dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
ThreadPool.submit
dlib
concurrency
threadpool
ThreadPool
Create a task from delegate
Task
submit
(void delegate() taskDele)
class
ThreadPool
Task
submit
(
void
delegate
(
)
taskDele
)
Task
submit
(void function() taskFunc)
Meta
Source
See Implementation
dlib
concurrency
threadpool
ThreadPool
constructors
this
destructors
~this
functions
isRunning
request
submit
tasksDone
variables
maxThreads
mutex
running
taskQueue
workerThreads
Create a task from delegate