/** * Returns the `FiberId` of the fiber executing the effect that calls this * method. * * @tsplus static effect/core/io/Effect.Ops fiberId */ export const fiberId: Effect = Effect.withFiberRuntime((state) => Effect.succeed(state.id) )