Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Effect-TS/effect
/ sleep
Method
sleep
packages/effect/src/Clock.ts:50–50 ·
view source on GitHub ↗
* Asynchronously sleeps for the specified duration.
(duration: Duration.Duration)
Source
from the content-addressed store, hash-verified
48
* Asynchronously sleeps
for
the specified duration.
49
*/
50
sleep(duration: Duration.Duration): Effect.Effect<void>
51
}
52
53
/**
Callers
15
e2eSuite
Function · 0.65
suite
Function · 0.65
SqlPersistedQueue.ts
File · 0.65
FileSystem.test.ts
File · 0.65
Sink.test.ts
File · 0.65
CommandExecutor.test.ts
File · 0.65
HttpServer.test.ts
File · 0.65
NodeClusterSocket.test.ts
File · 0.65
e2eSuite
Function · 0.65
Socket.test.ts
File · 0.65
api.ts
File · 0.65
PlatformLogger.test.ts
File · 0.65
Implementers
2
TestClockImpl
packages/effect/src/TestClock.ts
ClockImpl
packages/effect/src/internal/clock.ts
Calls
no outgoing calls
Tested by
5
asyncIO
Function · 0.52
plus1
Function · 0.52
makeChild
Function · 0.52
getSub
Function · 0.52
effectify
Function · 0.52