Crate rasi_syscall
source ·Structs§
- A bitmask for open file.
- A transparent type pointer that represents any implementation-related asynchronous system type.
Enums§
- The returns type of
WouldBlockoperations.
Traits§
- Executor
executorFuture task system call interface. - Filesystem-related system call interface
- Network
netNetwork-related system call interface - Timer
timeTimer-related system call interface
Functions§
- global_executor
executorGet global registerExecutorsyscall interface. - Get global register
FileSystemsyscall interface. - Get global register
Networksyscall interface. - global_timer
timeGet global registerTimersyscall interface. - register_global_executor
executorRegister providedExecutoras global executor implementation. - Register provided
FileSystemas global filesystem implementation. - Register provided
Networkas global network implementation. - Register provided
Timeras global timer implementation. - syscall_block_on
executorRun a future to completion on the current thread. - syscall_spawn
executorSpawns a task that polls the given future with output () to completion.