public static class BurstCostExecutorsBenchmark.PerThreadState extends Object
| Constructor and Description |
|---|
PerThreadState() |
| Modifier and Type | Method and Description |
|---|---|
void |
resetCompleted()
Single-writer reset of completed counter.
|
void |
setup(BurstCostExecutorsBenchmark bench) |
int |
spinWaitCompletionOf(int value)
It would spin-wait until at least
value tasks are being completed. |
public void setup(BurstCostExecutorsBenchmark bench)
public void resetCompleted()
public int spinWaitCompletionOf(int value)
value tasks are being completed.Copyright © 2008–2026 The Netty Project. All rights reserved.