MCPcopy 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

someMethod · 0.80
onInitialMethod · 0.80
onSuccessMethod · 0.80
onDefectMethod · 0.80
onErrorMethod · 0.80
onWaitingMethod · 0.80
valueFunction · 0.70
failureFunction · 0.70
successFunction · 0.70
isSuccessFunction · 0.70
fFunction · 0.50
mapMethod · 0.45

Tested by

no test coverage detected