MCPcopy Create free account
hub / github.com/Effect-TS/tsgo /

Class

testdata/tests/effect-v3/globalTimersInEffect_thunks.ts:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { Data, Effect } from "effect"
3
4class ExampleError extends Data.TaggedError("ExampleError")<{}> {}
5
6export const timeoutInSync = Effect.sync(() => setTimeout(() => {}, 100))
7

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected