© 2026 Hedgehog Software, LLC
Effect.sleep("1 hours").pipe( Effect.tap(() => Effect.sync(() => (offset = 0))), Effect.flatMap(() => Effect.fail(new EndedError())) )
Effect.sleep("1 hours").pipe( Effect.tap(() => Effect.sync(() => (offset = 0))), () => Effect.fail(new EndedError()) )