concurrency v4.12.0 (2022-07-25T21:03:12Z)
Dub
Repo
StdTaskPool
concurrency
thread
Undocumented in source.
struct
StdTaskPool {
import
std
.
parallelism
:
Task
,
TaskPool
;
;
import
std
.
parallelism
:
Task
,
TaskPool
;
;
TaskPool
pool
;
this
(typeof(this) rhs);
this(this)
;
this
(TaskPool pool);
~this
();
auto
getScheduler
();
auto
getScheduler
();
}
Constructors
this
this
(typeof(this) rhs)
Undocumented in source.
this
this
(TaskPool pool)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
getScheduler
auto
getScheduler
()
Undocumented in source. Be warned that the author may not have intended to support it.
getScheduler
auto
getScheduler
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
pool
TaskPool
pool
;
Undocumented in source.
Meta
Source
See Implementation
concurrency
thread
aliases
WorkItem
WorkQueue
classes
LocalThreadExecutor
ThreadExecutor
functions
concurrency_getLocalThreadExecutor
executeAndWait
executeInNewThread
getLocalThreadExecutor
stdTaskPool
structs
AddTimer
LocalThreadWorker
Noop
RemoveTimer
StdTaskPool
StdTaskPoolProtoScheduler
ThreadSender
WorkNode