libfuture ~master (2021-11-02T15:54:22.2141095)
Dub
Repo
FutureFactory
libfuture
common
Undocumented in source.
struct
FutureFactory {
this
();
static
Future
!
T
startNew
(T delegate() action);
}
Constructors
this
this
()
Undocumented in source.
Members
Static functions
startNew
Future
!
T
startNew
(T delegate() action)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
libfuture
common
classes
Future
functions
await
whenAll
structs
EventLoop
FutureFactory