ws ~master (2021-08-13T10:04:01Z)
Dub
Repo
Future
ws
thread
future
Undocumented in source.
class
Future (
T
) {
bool
done
();
T
get
();
protected
Task
!
T
task
;
}
Members
Functions
done
bool
done
()
Undocumented in source. Be warned that the author may not have intended to support it.
get
T
get
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
task
Task
!
T
task
;
Undocumented in source.
Meta
Source
See Implementation
ws
thread
future
classes
Future