* 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)
| 180 | * resume immediately. Otherwise, the effect will resume when the fiber exits. |
| 181 | */ |
| 182 | unsafeInterruptAsFork(fiberId: FiberId.FiberId): void |
| 183 | |
| 184 | /** |
| 185 | * Gets the current context |
no outgoing calls
no test coverage detected