© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
How to Interrupt a Forked Fiber in Effect Typescript - Effect Community
EC
Effect Community
•
14mo ago
Gustek
How to Interrupt a Forked Fiber in Effect Typescript
how can I interrput another fiber
? If I fork an effect
, how can I interrupt it then from the fiber that called fork
? I see
Effect.interrupt
Effect.interrupt
only interrupts current fiber
. I see there is
interruptAsFork
interruptAsFork
but a bit unsure how to use it
, how do I get fiberId and is that the id of fiber to interrupt and the fiber that will do the interruption
?
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
Troubleshooting `Effect.interrupt` in Fiber Interruption Scenario
EC
Effect Community / 🚀-beginners
2y ago
Handling Exit Type in Fiber.interrupt and Effect.runPromise
EC
Effect Community / 🚀-beginners
2y ago
Joining a single fiber multiple times in Effect Typescript
EC
Effect Community / 🚀-beginners
16mo ago
Providing a service per fiber/effect in Effect Typescript with Playwright
EC
Effect Community / 🚀-beginners
2mo ago