rockhopper ~master (2024-11-05T20:42:29.9868199)
Dub
Repo
ThreadHandle
rockhopper
core
threading
Undocumented in source.
struct
ThreadHandle {
Thread
th
;
shared
(
EventDriver
)
ed
;
void
join
();
void
spawn
(void delegate() fn);
}
Members
Functions
join
void
join
()
Undocumented in source. Be warned that the author may not have intended to support it.
spawn
void
spawn
(void delegate() fn)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ed
shared
(
EventDriver
)
ed
;
Undocumented in source.
th
Thread
th
;
Undocumented in source.
Meta
Source
See Implementation
rockhopper
core
threading
functions
joinThread
spawnInThread
spawnThread
structs
ThreadHandle