StreamProcessor.this

Constructor which accepts a custom throttler. (For standard throttling behaviour, based on the number of busy tasks, use the other ctor.)

  1. this(ISuspendableThrottler throttler)
    class StreamProcessor(TaskT : Task)
  2. this(ThrottlerConfig throttler_config)

Parameters

throttler ISuspendableThrottler

custom throttler to use.

Meta