UNPKG
@exezt-/webamp-custom
Version:
latest (0.0.2-next-d2fcbc6)
0.0.2-next-d2fcbc6
0.0.1-next-d2fcbc6
Winamp 2 implemented in HTML5 and JavaScript
@exezt-/webamp-custom
/
built
/
types
/
js
/
loadQueue.d.ts
10 lines
(9 loc)
•
207 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
default
class
LoadQueue
{
constructor
(
{ threads }: { threads:
any
; }
);
_queue
:
any
;
_availableThreads
:
any
;
push
(
task
:
any
,
priority
:
any
):
() =>
void
;
_run
():
void
; }