Crate rasi_syscall

Crate rasi_syscall 

Source

Modules§

path
Cross-platform path manipulation that port from async_std::path

Structs§

FileOpenModefs or docsrs
A bitmask for open file.
Handle
A transparent type pointer that represents any implementation-related asynchronous system type.

Enums§

CancelablePoll
The returns type of WouldBlock operations.

Traits§

Executorexecutor or docsrs
Future task system call interface.
FileSystemfs or docsrs
Filesystem-related system call interface
Networknet or docsrs
Network-related system call interface
Timertime or docsrs
Timer-related system call interface

Functions§

global_executorexecutor or docsrs
Get the globally registered instance of Executor.
global_filesystemfs or docsrs
Get the globally registered instance of FileSystem.
global_networknet or docsrs
Get the globally registered instance of Network.
global_timertime or docsrs
Get the globally registered instance of Timer.
ready
Create a ready status of CancelablePoll from F: FnOnce() -> T.
register_global_executorexecutor or docsrs
Register provided Executor as global executor implementation.
register_global_filesystemfs or docsrs
Register provided FileSystem as global filesystem implementation.
register_global_networknet or docsrs
Register provided Network as global network implementation.
register_global_timertime or docsrs
Register provided Timer as global timer implementation.
syscall_block_onexecutor or docsrs
Run a future to completion on the current thread.
syscall_spawnexecutor or docsrs
Spawns a task that polls the given future with output () to completion.