* In the background, interrupts the fiber as if interrupted from the * specified fiber. If the fiber has already exited, the returned effect will * resume immediately. Otherwise, the effect will resume when the fiber exits.
(fiberId: FiberId.FiberId)
| 97 | * resume immediately. Otherwise, the effect will resume when the fiber exits. |
| 98 | */ |
| 99 | interruptAsFork(fiberId: FiberId.FiberId): Effect.Effect<void> |
| 100 | |
| 101 | readonly [Unify.typeSymbol]?: unknown |
| 102 | readonly [Unify.unifySymbol]?: FiberUnify<this> |
no outgoing calls
no test coverage detected