SuspendableThrottlerCount.opOpAssign

Increases the count of pending items and throttles the suspendables.

  1. void opOpAssign(size_t n)
    class SuspendableThrottlerCount
    void
    opOpAssign
    (
    string op
    )
    (
    size_t n
    )
    if (
    op == "+"
    )
  2. void opOpAssign(size_t n)
  3. void add(size_t n)

Parameters

n size_t

number of pending items to add

Meta