()
| 167 | return this.unsafeSchedule(fiber) |
| 168 | }) |
| 169 | unsafeOpen() { |
| 170 | if (this.isOpen) return |
| 171 | this.isOpen = true |
| 172 | this.flushWaiters() |
| 173 | } |
| 174 | release = core.withFiberRuntime<void>((fiber) => { |
| 175 | if (this.isOpen) { |
| 176 | return core.void |
no outgoing calls
no test coverage detected