Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deanrad/rxfx
/ cancelCurrentAndQueued
Function
cancelCurrentAndQueued
effect/src/createEffect.ts:203–205 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
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);
206
requests.next(req);
207
notify.complete();
208
})
Callers
nothing calls this directly
Calls
1
next
Method · 0.80
Tested by
no test coverage detected