nushell/crates/nu-cli
Jason Gedge 2a54ee0c54 Introduce InterruptibleStream type.
An interruptible stream can query an `AtomicBool. If that bool is true,
the stream will no longer produce any values.

Also introducing the `Interruptible` trait, which extends any `Stream`
with the `interruptible` function, to simplify the construction and
allow chaining.
2020-03-29 17:03:01 -04:00
..
src Introduce InterruptibleStream type. 2020-03-29 17:03:01 -04:00
tests WIP: 1486/first row as headers (#1530) 2020-03-29 15:05:57 +13:00
Cargo.toml WIP: Add vcard/ical support (#1504) 2020-03-21 08:35:09 +13:00