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 of
Executor
syscall. - fs
fs
- This mode is a wrapper of
std::fs
that implementFileSystem
trait. - net
net
- The implementation of
Network
syscall. - reactor
- A reactor pattern implementation based on
mio::Poll
. - time
time
- The implementation of
Timer
syscall.
Traits§
- Token
Sequence - This trait defines a method for sequential generation of
token
s