hunt ~v1.1.x (2025-02-10T00:10:27.0144053)
Dub
Repo
Parker
hunt
concurrency
thread
ThreadEx
Undocumented in source.
class
Parker {
enum
int
REL_INDEX
;
enum
int
ABS_INDEX
;
this
();
void
park
(Duration time);
void
unpark
();
static
Parker
allocate
(Thread t);
static
void
release
(Parker p);
}
Constructors
this
this
()
Undocumented in source.
Members
Functions
park
void
park
(Duration time)
Undocumented in source. Be warned that the author may not have intended to support it.
unpark
void
unpark
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
allocate
Parker
allocate
(Thread t)
Undocumented in source. Be warned that the author may not have intended to support it.
release
void
release
(Parker p)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ABS_INDEX
enum
int
ABS_INDEX
;
Undocumented in source.
REL_INDEX
enum
int
REL_INDEX
;
Undocumented in source.
Meta
Source
See Implementation
hunt
concurrency
thread
ThreadEx
classes
Parker
ThreadEx
ThreadGroupEx
enums
ThreadState
interfaces
Interruptible
UncaughtExceptionHandler