Merge pull request #552 from marmistrz/poll
Minimal viable implementation of poll_oneoff for Windows
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user