© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Idiomatic Way to Run and Ignore Effect Results in Effect Framework - Effect Community
EC
Effect Community
•
2y ago
francis
Idiomatic Way to Run and Ignore Effect Results in Effect Framework
is there a simple way to run an effect
, wait for it to complete
, but ignore the result
(including any errors
)
? I do
yield* effect.pipe(Effect.catchAll(() => Effect.succeed(undefined)))
yield* effect.pipe(Effect.catchAll(() => Effect.succeed(undefined)))
but I
'm wondering if there
's an idiomatic way to do this
Effect Community
Join
Production-grade applications in TypeScript.
6,221
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Idiomatic Way to Handle Optional Values in Effect Typescript
EC
Effect Community / 🚀-beginners
9mo ago
Idiomatic Way to Map an Option with Another Effect in Effect Typescript
EC
Effect Community / 🚀-beginners
12mo ago
Effect and Data Parsing/Validation in Effect Framework
EC
Effect Community / 🚀-beginners
3y ago
Handling Effect Results and Errors in TypeScript
EC
Effect Community / 🚀-beginners
2y ago