MCPcopy
hub / github.com/Effect-TS/effect / done

Method done

packages/effect/src/internal/mailbox.ts:230–232  ·  view source on GitHub ↗
(exit: Exit<void, E>)

Source from the content-addressed store, hash-verified

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") {

Callers 3

failMethod · 0.95
failCauseMethod · 0.95
MailboxImplClass · 0.95

Calls 2

unsafeDoneMethod · 0.95
syncMethod · 0.80

Tested by

no test coverage detected