Home
last modified time | relevance | path

Searched refs:DispatchArg (Results 1 – 20 of 20) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/rxjs/src/internal/observable/
H A DSubscribeOnObservable.ts8 export interface DispatchArg<T> { interface
25 static dispatch<T>(this: SchedulerAction<T>, arg: DispatchArg<T>): Subscription {
48 return scheduler.schedule<DispatchArg<any>>(SubscribeOnObservable.dispatch, delay, {
H A DthrowError.ts77 interface DispatchArg { interface
82 function dispatch({ error, subscriber }: DispatchArg) {
/dports/misc/netron/node_modules/rxjs/src/internal/observable/
H A DSubscribeOnObservable.ts8 export interface DispatchArg<T> { interface
25 static dispatch<T>(this: SchedulerAction<T>, arg: DispatchArg<T>): Subscription {
48 return scheduler.schedule<DispatchArg<any>>(SubscribeOnObservable.dispatch, delay, {
H A DthrowError.ts77 interface DispatchArg { interface
82 function dispatch({ error, subscriber }: DispatchArg) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/rxjs/src/internal/observable/
H A DSubscribeOnObservable.ts8 export interface DispatchArg<T> { interface
25 static dispatch<T>(this: SchedulerAction<T>, arg: DispatchArg<T>): Subscription {
48 return scheduler.schedule<DispatchArg<any>>(SubscribeOnObservable.dispatch, delay, {
H A DthrowError.ts77 interface DispatchArg { interface
82 function dispatch({ error, subscriber }: DispatchArg) {
/dports/textproc/write-good/write-good-1.0.8/node_modules/rxjs/src/internal/observable/
H A DSubscribeOnObservable.ts8 export interface DispatchArg<T> { interface
25 static dispatch<T>(this: SchedulerAction<T>, arg: DispatchArg<T>): Subscription {
48 return scheduler.schedule<DispatchArg<any>>(SubscribeOnObservable.dispatch, delay, {
H A DthrowError.ts77 interface DispatchArg { interface
82 function dispatch({ error, subscriber }: DispatchArg) {
/dports/textproc/write-good/write-good-1.0.8/node_modules/rxjs/src/internal/operators/
H A Dexpand.ts84 interface DispatchArg<T, R> { interface
112 private static dispatch<T, R>(arg: DispatchArg<T, R>): void {
134 const state: DispatchArg<T, R> = { subscriber: this, result, value, index };
136 …destination.add(this.scheduler.schedule<DispatchArg<T, R>>(ExpandSubscriber.dispatch as any, 0, st…
H A DthrottleTime.ts133 …this.add(this.throttled = this.scheduler.schedule<DispatchArg<T>>(dispatchNext, this.duration, { s…
167 interface DispatchArg<T> { interface
171 function dispatchNext<T>(arg: DispatchArg<T>) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/rxjs/src/internal/operators/
H A Dexpand.ts86 interface DispatchArg<T, R> { interface
114 private static dispatch<T, R>(arg: DispatchArg<T, R>): void {
136 const state: DispatchArg<T, R> = { subscriber: this, result, value, index };
138 … destination.add(this.scheduler.schedule<DispatchArg<T, R>>(ExpandSubscriber.dispatch, 0, state));
H A DthrottleTime.ts133 …this.add(this.throttled = this.scheduler.schedule<DispatchArg<T>>(dispatchNext, this.duration, { s…
167 interface DispatchArg<T> { interface
171 function dispatchNext<T>(arg: DispatchArg<T>) {
/dports/misc/netron/node_modules/rxjs/src/internal/operators/
H A Dexpand.ts86 interface DispatchArg<T, R> { interface
114 private static dispatch<T, R>(arg: DispatchArg<T, R>): void {
136 const state: DispatchArg<T, R> = { subscriber: this, result, value, index };
138 … destination.add(this.scheduler.schedule<DispatchArg<T, R>>(ExpandSubscriber.dispatch, 0, state));
H A DthrottleTime.ts133 …this.add(this.throttled = this.scheduler.schedule<DispatchArg<T>>(dispatchNext, this.duration, { s…
167 interface DispatchArg<T> { interface
171 function dispatchNext<T>(arg: DispatchArg<T>) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/rxjs/src/internal/operators/
H A Dexpand.ts86 interface DispatchArg<T, R> { interface
114 private static dispatch<T, R>(arg: DispatchArg<T, R>): void {
136 const state: DispatchArg<T, R> = { subscriber: this, result, value, index };
138 … destination.add(this.scheduler.schedule<DispatchArg<T, R>>(ExpandSubscriber.dispatch, 0, state));
H A DthrottleTime.ts133 …this.add(this.throttled = this.scheduler.schedule<DispatchArg<T>>(dispatchNext, this.duration, { s…
167 interface DispatchArg<T> { interface
171 function dispatchNext<T>(arg: DispatchArg<T>) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/rxjs/internal/observable/
H A DSubscribeOnObservable.d.ts5 export interface DispatchArg<T> { interface
21 static dispatch<T>(this: SchedulerAction<T>, arg: DispatchArg<T>): Subscription;
/dports/misc/netron/node_modules/rxjs/internal/observable/
H A DSubscribeOnObservable.d.ts5 export interface DispatchArg<T> { interface
21 static dispatch<T>(this: SchedulerAction<T>, arg: DispatchArg<T>): Subscription;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/rxjs/internal/observable/
H A DSubscribeOnObservable.d.ts5 export interface DispatchArg<T> { interface
21 static dispatch<T>(this: SchedulerAction<T>, arg: DispatchArg<T>): Subscription;
/dports/textproc/write-good/write-good-1.0.8/node_modules/rxjs/internal/observable/
H A DSubscribeOnObservable.d.ts5 export interface DispatchArg<T> { interface
21 static dispatch<T>(this: SchedulerAction<T>, arg: DispatchArg<T>): Subscription;