EsAddStreamState
Description
Object containing the state used to handle EsStreamController>>addStream:.
Instance State
  • addStreamFuture: <EsFutureImpl> returned by call to #addStream:
  • addSubscription: <EsStreamSubscription> on stream argument to addStream
Class Methods
<details> controller:source:cancelOnError:
No comment
</details>
Instance Methods
<details> cancel
<pre><code> Stop adding the stream.
Complete the future returned by EsStreamController>>addStream: when
the cancel is complete.

Answers a future if the cancel takes time, otherwise return `nil`.'

Answers:
<EsFuture>
</code></pre> </details>
<details> complete
No comment
</details>
<details> pause
No comment
</details>
<details> resume
No comment
</details>
Last modified date: 04/21/2022