libfuture ~master (2021-11-02T15:54:22.2141095)
Dub
Repo
EventLoop
libfuture
common
Undocumented in source.
struct
EventLoop {
import
std
.
container
.
dlist
;
;
DList
!
Fiber
fibers
;
this(this)
;
void
schedule
(Fiber fiber);
void
run
();
}
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
run
void
run
()
Undocumented in source. Be warned that the author may not have intended to support it.
schedule
void
schedule
(Fiber fiber)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
fibers
DList
!
Fiber
fibers
;
Undocumented in source.
Meta
Source
See Implementation
libfuture
common
classes
Future
functions
await
whenAll
structs
EventLoop
FutureFactory