René's URL Explorer Experiment


Title: ThreadManager | @tryforge/forgescript

Description: Documentation for @tryforge/forgescript

direct link

Domain: tryforge.github.io

NoneIE=edge

Links:

@tryforge/forgescripthttps://tryforge.github.io/ForgeScript/index.html
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html
@tryforge/forgescripthttps://tryforge.github.io/ForgeScript/modules.html
ThreadManagerhttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html
src/managers/ThreadManager.ts:29https://github.com/tryforge/ForgeScript/blob/42867929/src/managers/ThreadManager.ts#L29
constructorhttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#constructor
availablehttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#available
busyhttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#busy
clienthttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#client
executinghttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#executing
incrementhttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#increment
maxWorkerCounthttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#maxWorkerCount
queuehttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#queue
workerCounthttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#workerCount
enqueuehttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#enqueue
executehttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#execute
getAvailableWorkerhttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#getAvailableWorker
getNextTaskIdhttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#getNextTaskId
onWorkerErrorhttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#onWorkerError
onWorkerExithttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#onWorkerExit
onWorkerMessagehttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#onWorkerMessage
runhttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#run
setAvailableWorkerhttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#setAvailableWorker
setBusyWorkerhttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#setBusyWorker
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#constructor
ThreadManagerhttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#constructor.new_ThreadManager
ForgeClienthttps://tryforge.github.io/ForgeScript/classes/ForgeClient.html
ThreadManagerhttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html
src/managers/ThreadManager.ts:40https://github.com/tryforge/ForgeScript/blob/42867929/src/managers/ThreadManager.ts#L40
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#available
src/managers/ThreadManager.ts:30https://github.com/tryforge/ForgeScript/blob/42867929/src/managers/ThreadManager.ts#L30
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#busy
src/managers/ThreadManager.ts:31https://github.com/tryforge/ForgeScript/blob/42867929/src/managers/ThreadManager.ts#L31
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#client
ForgeClienthttps://tryforge.github.io/ForgeScript/classes/ForgeClient.html
src/managers/ThreadManager.ts:40https://github.com/tryforge/ForgeScript/blob/42867929/src/managers/ThreadManager.ts#L40
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#executing
IThreadTaskhttps://tryforge.github.io/ForgeScript/interfaces/IThreadTask.html
src/managers/ThreadManager.ts:36https://github.com/tryforge/ForgeScript/blob/42867929/src/managers/ThreadManager.ts#L36
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#increment
src/managers/ThreadManager.ts:38https://github.com/tryforge/ForgeScript/blob/42867929/src/managers/ThreadManager.ts#L38
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#maxWorkerCount
src/managers/ThreadManager.ts:33https://github.com/tryforge/ForgeScript/blob/42867929/src/managers/ThreadManager.ts#L33
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#queue
IThreadTaskhttps://tryforge.github.io/ForgeScript/interfaces/IThreadTask.html
src/managers/ThreadManager.ts:35https://github.com/tryforge/ForgeScript/blob/42867929/src/managers/ThreadManager.ts#L35
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#workerCount
src/managers/ThreadManager.ts:79https://github.com/tryforge/ForgeScript/blob/42867929/src/managers/ThreadManager.ts#L79
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#enqueue
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#enqueue.enqueue-1
IThreadTaskhttps://tryforge.github.io/ForgeScript/interfaces/IThreadTask.html
src/managers/ThreadManager.ts:52https://github.com/tryforge/ForgeScript/blob/42867929/src/managers/ThreadManager.ts#L52
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#execute
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#execute.execute-1
src/managers/ThreadManager.ts:57https://github.com/tryforge/ForgeScript/blob/42867929/src/managers/ThreadManager.ts#L57
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#getAvailableWorker
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#getAvailableWorker.getAvailableWorker-1
src/managers/ThreadManager.ts:93https://github.com/tryforge/ForgeScript/blob/42867929/src/managers/ThreadManager.ts#L93
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#getNextTaskId
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#getNextTaskId.getNextTaskId-1
src/managers/ThreadManager.ts:75https://github.com/tryforge/ForgeScript/blob/42867929/src/managers/ThreadManager.ts#L75
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#onWorkerError
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#onWorkerError.onWorkerError-1
src/managers/ThreadManager.ts:112https://github.com/tryforge/ForgeScript/blob/42867929/src/managers/ThreadManager.ts#L112
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#onWorkerExit
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#onWorkerExit.onWorkerExit-1
src/managers/ThreadManager.ts:105https://github.com/tryforge/ForgeScript/blob/42867929/src/managers/ThreadManager.ts#L105
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#onWorkerMessage
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#onWorkerMessage.onWorkerMessage-1
IThreadResulthttps://tryforge.github.io/ForgeScript/interfaces/IThreadResult.html
src/managers/ThreadManager.ts:118https://github.com/tryforge/ForgeScript/blob/42867929/src/managers/ThreadManager.ts#L118
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#run
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#run.run-1
IThreadContexthttps://tryforge.github.io/ForgeScript/interfaces/IThreadContext.html
src/managers/ThreadManager.ts:42https://github.com/tryforge/ForgeScript/blob/42867929/src/managers/ThreadManager.ts#L42
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#setAvailableWorker
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#setAvailableWorker.setAvailableWorker-1
src/managers/ThreadManager.ts:83https://github.com/tryforge/ForgeScript/blob/42867929/src/managers/ThreadManager.ts#L83
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#setBusyWorker
https://tryforge.github.io/ForgeScript/classes/ThreadManager.html#setBusyWorker.setBusyWorker-1
src/managers/ThreadManager.ts:88https://github.com/tryforge/ForgeScript/blob/42867929/src/managers/ThreadManager.ts#L88
constructorhttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#constructor
availablehttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#available
busyhttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#busy
clienthttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#client
executinghttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#executing
incrementhttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#increment
maxWorkerCounthttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#maxWorkerCount
queuehttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#queue
workerCounthttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#workerCount
enqueuehttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#enqueue
executehttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#execute
getAvailableWorkerhttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#getAvailableWorker
getNextTaskIdhttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#getNextTaskId
onWorkerErrorhttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#onWorkerError
onWorkerExithttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#onWorkerExit
onWorkerMessagehttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#onWorkerMessage
runhttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#run
setAvailableWorkerhttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#setAvailableWorker
setBusyWorkerhttps://tryforge.github.io/ForgeScript/classes/ThreadManager.html#setBusyWorker
@tryforge/forgescripthttps://tryforge.github.io/ForgeScript/modules.html
ArgTypehttps://tryforge.github.io/ForgeScript/enums/ArgType.html
CalendarTypehttps://tryforge.github.io/ForgeScript/enums/CalendarType.html
ErrorTypehttps://tryforge.github.io/ForgeScript/enums/ErrorType.html
HTTPContentTypehttps://tryforge.github.io/ForgeScript/enums/HTTPContentType.html
LogPriorityhttps://tryforge.github.io/ForgeScript/enums/LogPriority.html
LogTypehttps://tryforge.github.io/ForgeScript/enums/LogType.html
OperatorTypehttps://tryforge.github.io/ForgeScript/enums/OperatorType.html
RegistrationTypehttps://tryforge.github.io/ForgeScript/enums/RegistrationType.html
ReturnTypehttps://tryforge.github.io/ForgeScript/enums/ReturnType.html
ApplicationCommandhttps://tryforge.github.io/ForgeScript/classes/ApplicationCommand.html
ApplicationCommandManagerhttps://tryforge.github.io/ForgeScript/classes/ApplicationCommandManager.html
Arghttps://tryforge.github.io/ForgeScript/classes/Arg.html
BaseCommandhttps://tryforge.github.io/ForgeScript/classes/BaseCommand.html
BaseCommandManagerhttps://tryforge.github.io/ForgeScript/classes/BaseCommandManager.html
BaseEventHandlerhttps://tryforge.github.io/ForgeScript/classes/BaseEventHandler.html
CompiledFunctionhttps://tryforge.github.io/ForgeScript/classes/CompiledFunction.html
Compilerhttps://tryforge.github.io/ForgeScript/classes/Compiler.html
Containerhttps://tryforge.github.io/ForgeScript/classes/Container.html
Contexthttps://tryforge.github.io/ForgeScript/classes/Context.html
CooldownManagerhttps://tryforge.github.io/ForgeScript/classes/CooldownManager.html
DiscordEventHandlerhttps://tryforge.github.io/ForgeScript/classes/DiscordEventHandler.html
TypeDochttps://typedoc.org/

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.