Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ AsyncResult.ts
File
AsyncResult.ts
packages/effect/src/unstable/reactivity/AsyncResult.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/**
2
* Represents observable state
for
asynchronous values.
3
*
4
* `AsyncResult<A, E>` records whether asynchronous work has no value yet,
Callers
nothing calls this directly
Calls
13
some
Method · 0.80
onInitial
Method · 0.80
onSuccess
Method · 0.80
onDefect
Method · 0.80
onError
Method · 0.80
onWaiting
Method · 0.80
value
Function · 0.70
failure
Function · 0.70
success
Function · 0.70
isSuccess
Function · 0.70
f
Function · 0.50
map
Method · 0.45
Tested by
no test coverage detected