* Either emits the specified value if this `Exit` is a `Success` or else * terminates with the specified cause if this `Exit` is a `Failure`.
(exit: Exit.Exit<A, E>)
| 48 | * terminates with the specified cause if this `Exit` is a `Failure`. |
| 49 | */ |
| 50 | done(exit: Exit.Exit<A, E>): Promise<B> |
| 51 | |
| 52 | /** |
| 53 | * Terminates with an end of stream signal. |
no outgoing calls
no test coverage detected