Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ Deferred.ts
File
Deferred.ts
repos/effect/packages/effect/src/Deferred.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/**
2
* One-time coordination cells
for
Effect programs. A `Deferred<A, E>` starts
3
* empty, can be completed exactly once with a success, failure, defect, or
4
* interruption, and lets any number of fibers wait
for
that result. Awaiting a
Callers
nothing calls this directly
Calls
9
doneUnsafe
Function · 0.85
done
Function · 0.85
sync
Method · 0.80
fail
Function · 0.70
evaluate
Function · 0.70
failCause
Function · 0.70
die
Function · 0.70
succeed
Function · 0.70
succeed
Method · 0.45
Tested by
no test coverage detected