Browse Source
* Allow sleep form of poll_oneoff for wasmtime-wasi
Allow sleep form of poll_oneoff for wasmtime-wasi crate, which just
sleeps for relative time using sleep from the std::thread.
This patch derives from the commit "Support sleep forms of poll_oneoff"
6b40724d18
. Applying this patch would
help improve the real-time performance of wasmtime.
Closes #8428
Signed-off-by: Daichi Fukui <daichi1.fukui@toshiba.co.jp>
* Run cargo fmt
---------
Signed-off-by: Daichi Fukui <daichi1.fukui@toshiba.co.jp>
Co-authored-by: Alex Crichton <alex@alexcrichton.com>
pull/8476/head
daichifukui
7 months ago
committed by
GitHub
1 changed files with 29 additions and 0 deletions
Loading…
Reference in new issue