Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ suspend
Function
suspend
packages/effect/src/Schema.ts:3572–3572 ·
view source on GitHub ↗
(f: () => Schema<A, I, R>)
Source
from the content-addressed store, hash-verified
3570
* @since 3.10.0
3571
*/
3572
export
const
suspend = <A, I, R>(f: () => Schema<A, I, R>): suspend<A, I, R> => make(
new
AST.Suspend(() => f().ast))
3573
3574
/**
3575
* @since 3.10.0
Callers
14
fiberInterrupt
Function · 0.70
fiberInterruptAll
Function · 0.70
failCauseSync
Function · 0.70
failSync
Function · 0.70
try_
Function · 0.70
gen
Function · 0.70
Micro.ts
File · 0.70
addFinalizer
Method · 0.70
close
Method · 0.70
scoped
Function · 0.70
all
Function · 0.70
forEach
Function · 0.70
Calls
2
make
Function · 0.70
f
Function · 0.70
Tested by
no test coverage detected