Cargo Features

ordered-channel has no features set by default.

[dependencies]
ordered-channel = { version = "1.2.0", features = ["crossbeam-channel"] }
crossbeam-channel

By default it's backed by std::sync::mpsc, but you can switch to crossbeam-channel

Enables crossbeam-channel