MCPcopy Index your code
hub / github.com/Effect-TS/effect / done

Method done

packages/effect/src/StreamEmit.ts:50–50  ·  view source on GitHub ↗

* 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>)

Source from the content-addressed store, hash-verified

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.

Callers 15

RpcClient.tsFile · 0.65
writeFunction · 0.65
Mailbox.test.tsFile · 0.65
makeFunction · 0.65
lookupValueOfMethod · 0.65
core.tsFile · 0.65
deferredUnsafeDoneFunction · 0.65
_asyncFunction · 0.65
drainerMethod · 0.65
completeTodosFunction · 0.65
stm.tsFile · 0.65
handleMessageFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected