Get a handle for sending data to the output
(&self)
| 74 | |
| 75 | /// Get a handle for sending data to the output |
| 76 | pub fn tx(&self) -> Sender<Result<O>> { |
| 77 | self.tx.clone() |
| 78 | } |
| 79 | |
| 80 | /// Spawn task that will be aborted if this builder (or the stream |
| 81 | /// built from it) are dropped |