* Unsafely observes the fiber, but returns immediately if it is not * already done.
()
| 173 | * already done. |
| 174 | */ |
| 175 | unsafePoll(): Exit.Exit<A, E> | null |
| 176 | |
| 177 | /** |
| 178 | * In the background, interrupts the fiber as if interrupted from the |
no outgoing calls
no test coverage detected