Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deanrad/rxfx
/ makeWork
Function
makeWork
operators/src/queueOnlyLatest.ts:46–48 ·
view source on GitHub ↗
(trigger: T)
Source
from the content-addressed store, hash-verified
44
};
45
46
function
makeWork(trigger: T) {
47
return
from(workCreator(trigger)).pipe(withLatestFrom(of(trigger)));
48
}
49
50
return
source.subscribe({
51
next(trigger) {
Callers
1
next
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected