Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/effect-app/libs
/ abort
Function
abort
packages/effect-app/src/utils.ts:838–838 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
836
837
export
const
addAbortToRuntimeFiber = <A, E>(fiber: Fiber.Fiber<A, E>, signal: AbortSignal) => {
838
const
abort = () => Effect.runSync(Fiber.interrupt(fiber))
839
if
(signal.aborted) {
840
abort()
841
return
fiber
Callers
1
utils.ts
File · 0.70
Calls
1
interrupt
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…