polachok / fahrenheit

toy futures executor 🚒📖🔥
Other
233 stars 23 forks source link

Not currently building on Windows #19

Open steveklabnik opened 5 years ago

steveklabnik commented 5 years ago
error[E0433]: failed to resolve: could not find `unix` in `os`
  --> src\lib.rs:17:14
   |
17 | use std::os::unix::io::RawFd;
   |              ^^^^ could not find `unix` in `os`

and related errors :)

polachok commented 5 years ago

I don't have a windows machine (and windows programming experience), so I'd need help with this one!