Merge pull request #552 from marmistrz/poll

Minimal viable implementation of poll_oneoff for Windows
This commit is contained in:
Peter Huene
2020-01-23 09:30:21 -08:00
committed by GitHub
5 changed files with 316 additions and 14 deletions

View File

@@ -42,5 +42,5 @@ pub mod hostcalls {
pub use ctx::{WasiCtx, WasiCtxBuilder};
pub use sys::preopen_dir;
pub type Error = error::Error;
pub(crate) type Result<T> = std::result::Result<T, Error>;
pub use error::Error;
pub(crate) use error::Result;