()
| 52 | |
| 53 | const state = () => SynchronizedRef.getUnsafe(ref) |
| 54 | const next = () => { |
| 55 | ids += 1 |
| 56 | return ids |
| 57 | } |
| 58 | |
| 59 | const complete = (done: Deferred.Deferred<A, E | Cancelled>, exit: Exit.Exit<A, E>) => |
| 60 | Exit.isFailure(exit) && Cause.hasInterruptsOnly(exit.cause) |
no outgoing calls
no test coverage detected