dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
makeThread
dplug
core
thread
Undocumented in source. Be warned that the author may not have intended to support it.
Thread
makeThread
(ThreadDelegate callback, size_t stackSize)
Thread
makeThread
(ThreadDelegateUser callback, size_t stackSize, void* userData)
nothrow @
nogc
Thread
makeThread
(
ThreadDelegateUser
callback
,
size_t
stackSize
= 0
,
void
*
userData
= null
)
Meta
Source
See Implementation
dplug
core
thread
aliases
ThreadDelegate
ThreadDelegateUser
ThreadPoolDelegate
btex_fptr
classes
ThreadPool
functions
_beginthreadex
getMacOSVersion
getTotalNumberOfCPUs
launchInAThread
makeThread
posixThreadEntryPoint
sysctlbyname
windowsThreadEntryPoint
static functions
getCurrentThreadId
structs
MacOSVersion
Thread