StreamProcessor.removeStream

Removes an input stream (which must implement ISuspendable) from the set of streams which are be throttled. If it is not in the set, nothing happens.

class StreamProcessor(TaskT : Task)
void
removeStream

Parameters

s ISuspendable

suspendable input stream to stop throttling

Meta