Initial release for SPT 3.9
This commit is contained in:
7
types/utils/AsyncQueue.d.ts
vendored
Normal file
7
types/utils/AsyncQueue.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { IAsyncQueue } from "@spt/models/spt/utils/IAsyncQueue";
|
||||
import { ICommand } from "@spt/models/spt/utils/ICommand";
|
||||
export declare class AsyncQueue implements IAsyncQueue {
|
||||
protected commandsQueue: ICommand[];
|
||||
constructor();
|
||||
waitFor(command: ICommand): Promise<any>;
|
||||
}
|
||||
Reference in New Issue
Block a user