dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
Task
dlib
concurrency
taskqueue
Task object that encapsulates a delegate
struct
Task {
TaskState
state
;
void
delegate
()
func
;
void
run
();
}
Members
Functions
run
void
run
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
func
void
delegate
()
func
;
Undocumented in source.
state
TaskState
state
;
Undocumented in source.
Meta
Source
See Implementation
dlib
concurrency
taskqueue
classes
TaskQueue
enums
TaskState
structs
Task
Task object that encapsulates a delegate