import { STMEffect } from "@effect/core/stm/STM/definition/primitives" /** * Returns the fiber id of the fiber committing the transaction. * * @tsplus static effect/core/stm/STM.Ops fiberId */ export const fiberId: USTM = new STMEffect((_, fiberId) => fiberId)