Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deanrad/rxfx
/ cancelCurrent
Function
cancelCurrent
effect/src/createEffect.ts:200–202 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
198
state.complete();
199
}
200
201
// Exposes the function to trigger the effect
202
const
executor =
function
Effect(req: Request) {
203
handlings.next(
204
new
Observable((notify) => {
205
incoming.next(req);
Callers
nothing calls this directly
Calls
1
next
Method · 0.80
Tested by
no test coverage detected