SuspendableThrottlerCount.add

Increases the count of pending items and throttles the suspendables.

  1. alias add = inc
  2. void add(size_t n)
    class SuspendableThrottlerCount
    void
    add
    (
    size_t n
    )

Parameters

n size_t

number of pending items to add

Meta