SuspendableThrottlerCount.opOpAssign

Decreases the count of pending items and throttles the suspendables.

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

Parameters

n size_t

number of pending items to remove

Meta