ISuspendableThrottlerCount_Test

Abstract base class which tests an ISuspendableThrottlerCount instance. The abstract inc() and dec() methods (which increment and decrement the count) must be implemented.

Constructors

this
this(ISuspendableThrottlerCount throttler)
Undocumented in source.

Members

Functions

dec
void dec()
Undocumented in source.
inc
void inc()
Undocumented in source.

Static variables

resume
auto resume;
Undocumented in source.
suspend
auto suspend;
Undocumented in source.

Variables

throttler
ISuspendableThrottlerCount throttler;
Undocumented in source.

Meta