mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
2a54ee0c54
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. |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml |