FiberId
FiberId
is the identity of a Fiber, described by a globally unique sequence number and the time when it began life:
id
— unique monotonically increasing sequence number0,1,2,...
, derived from an atomic counterstartTimeSeconds
— UTC time seconds, derived fromjava.lang.System.currentTimeMillis / 1000