| Interface | Description |
|---|---|
| ClockSource |
A resolution-independent provider of current time-stamps and elapsed time calculations.
|
| ConcurrentBag.IBagStateListener | |
| ConcurrentBag.IConcurrentBagEntry |
| Class | Description |
|---|---|
| ClockSource.Factory |
Factory class used to create a platform-specific ClockSource.
|
| ClockSource.MillisecondClockSource | |
| ClockSource.NanosecondClockSource | |
| ConcurrentBag<T extends ConcurrentBag.IConcurrentBagEntry> |
This is a specialized concurrent bag that achieves superior performance
to LinkedBlockingQueue and LinkedTransferQueue for the purposes of a
connection pool.
|
| ConcurrentBag.NopBagStateListener | |
| ConcurrentBagEntry<T> |
ConcurrentBagEntry.
|
| CountLatch |
Count latch.
|
| FastList<T> |
Fast list without range checking.
|
Copyright © 2020. All rights reserved.