MCPcopy 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
23const asyncVoid = <E>(): Effect.Effect<void, E> => {
24 return Effect.async((cb) => {
25 cb(Effect.void)
26 })
27}
28
29describe("Effect", () => {
30 it.effect("fail ensuring", () =>

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…