open-coroutine 0.7.0

The open-coroutine is a simple, efficient and generic stackfull-coroutine library.
Documentation
1
2
3
4
5
6
7
include!("../examples/preemptive.rs");

#[cfg(not(windows))]
#[test]
fn preemptive() -> std::io::Result<()> {
    main()
}