Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ cleanupTask
Function
cleanupTask
packages/core/rxjs-interop/src/pending_until_event.ts:34–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
33
let
cleanedUp = false;
34
function
cleanupTask() {
35
if
(cleanedUp) {
36
return
;
37
}
38
39
removeTask();
40
cleanedUp = true;
41
}
42
43
const
innerSubscription = sourceObservable.subscribe({
44
next: (v) => {
Callers
1
pendingUntilEvent
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected