Crate rasi_default
source ·Expand description
§rasi-default
This crate
is a reference implementation of the rasi syscalls
.
-
The implementations of
Network
syscall andTimer
syscall are based onmio
; -
The implementation of
Executor
syscall is based onfutures thread pool
; -
The implementation of
FileSystem
syscall is a wrapper ofstd::fs
.
Modules§
- executor
executor
The implementation ofExecutor
syscall. - fs
fs
This mode is a wrapper ofstd::fs
that implementFileSystem
trait. - net
net
The implementation ofNetwork
syscall. - A reactor pattern implementation based on
mio::Poll
. - time
time
The implementation ofTimer
syscall.
Traits§
- This trait defines a method for sequential generation of
token
s