메소드 | 설명 | |
---|---|---|
BusyWaitQueue ( int spinsBeforeTimeCheck, int msBeforeBlockingWait ) : System |
BusyWaitQueue with custom executor.
|
|
Dispose ( ) : void | ||
Drain ( ) : List |
||
Enqueue ( System.Action action ) : void |
Enqueue action.
|
메소드 | 설명 | |
---|---|---|
TryBlockingWait ( Stopwatch stopwatch, int &spins ) : bool | ||
TryDequeue ( ) : List |
public BusyWaitQueue ( int spinsBeforeTimeCheck, int msBeforeBlockingWait ) : System | ||
spinsBeforeTimeCheck | int | |
msBeforeBlockingWait | int | |
리턴 | System |