Commit f6b3d8f
authored
Auto merge of #288 - negator:patch-2, r=jdm
FusedStream for IpcStream
Implements `FusedStream` trait for `IpcStream`, so allow the usage of the [`select!` macro](https://docs.rs/futures/0.3.18/futures/stream/trait.FusedStream.html).1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
0 commit comments