📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 08:21:09
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
rxjs
/
dist
/
types
/
internal
/
scheduler
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/rxjs/dist/types/internal/scheduler
🔄 Refresh
✏️
Editing: AsapAction.d.ts
Writable
import { AsyncAction } from './AsyncAction'; import { AsapScheduler } from './AsapScheduler'; import { SchedulerAction } from '../types'; import { TimerHandle } from './timerHandle'; export declare class AsapAction<T> extends AsyncAction<T> { protected scheduler: AsapScheduler; protected work: (this: SchedulerAction<T>, state?: T) => void; constructor(scheduler: AsapScheduler, work: (this: SchedulerAction<T>, state?: T) => void); protected requestAsyncId(scheduler: AsapScheduler, id?: TimerHandle, delay?: number): TimerHandle; protected recycleAsyncId(scheduler: AsapScheduler, id?: TimerHandle, delay?: number): TimerHandle | undefined; } //# sourceMappingURL=AsapAction.d.ts.map
💾 Save Changes
❌ Cancel