Modules§
- path
- Cross-platform path manipulation that port from
async_std::path
Structs§
- File
Open Mode fsordocsrs - A bitmask for open file.
- Handle
- A transparent type pointer that represents any implementation-related asynchronous system type.
Enums§
- Cancelable
Poll - The returns type of
WouldBlockoperations.
Traits§
- Executor
executorordocsrs - Future task system call interface.
- File
System fsordocsrs - Filesystem-related system call interface
- Network
netordocsrs - Network-related system call interface
- Timer
timeordocsrs - Timer-related system call interface
Functions§
- global_
executor executorordocsrs - Get the globally registered instance of
Executor. - global_
filesystem fsordocsrs - Get the globally registered instance of
FileSystem. - global_
network netordocsrs - Get the globally registered instance of
Network. - global_
timer timeordocsrs - Get the globally registered instance of
Timer. - ready
- Create a ready status of
CancelablePollfromF: FnOnce() -> T. - register_
global_ executor executorordocsrs - Register provided
Executoras global executor implementation. - register_
global_ filesystem fsordocsrs - Register provided
FileSystemas global filesystem implementation. - register_
global_ network netordocsrs - Register provided
Networkas global network implementation. - register_
global_ timer timeordocsrs - Register provided
Timeras global timer implementation. - syscall_
block_ on executorordocsrs - Run a future to completion on the current thread.
- syscall_
spawn executorordocsrs - Spawns a task that polls the given future with output () to completion.