Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/Effect-TS/effect
/ asyncVoid
Function
asyncVoid
packages/effect/test/Effect/finalization.test.ts:23–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
}
22
23
const
asyncVoid = <E>(): Effect.Effect<void, E> => {
24
return
Effect.
async
((cb) => {
25
cb(Effect.void)
26
})
27
}
28
29
describe(
"Effect"
, () => {
30
it.effect(
"fail ensuring"
, () =>
Callers
1
finalization.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected