Description of changes:
This PR replaces the coio library with may.
I put the extern crate in lib.rs, because crates with macros need to be imported in the crate root. go! macro is used to spawn a new coroutines, but it could be replaced with the spawn functions, if you want to keep the crates in mod.rs.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available: #45
Description of changes: This PR replaces the coio library with may.
I put the
extern crate
inlib.rs
, because crates with macros need to be imported in the crate root.go!
macro is used to spawn a new coroutines, but it could be replaced with thespawn
functions, if you want to keep the crates inmod.rs
.By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.