/** * Interrupts the fiber running the effect. * * @tsplus static effect/core/stm/STM.Ops interrupt */ export const interrupt: USTM = STM.fiberId.flatMap((fiberId) => STM.interruptAs(fiberId))