(exit: Exit<void, E>)
| 228 | return true |
| 229 | }) |
| 230 | done(exit: Exit<void, E>) { |
| 231 | return core.sync(() => this.unsafeDone(exit)) |
| 232 | } |
| 233 | end = this.done(core.exitVoid) |
| 234 | clear: Effect<Chunk.Chunk<A>, E> = core.suspend(() => { |
| 235 | if (this.state._tag === "Done") { |
no test coverage detected