Package | Description |
---|---|
com.github.benmanes.caffeine |
Utility classes commonly useful in concurrent programming.
|
Class and Description |
---|
SingleConsumerQueue
A lock-free unbounded queue based on linked nodes that supports concurrent producers and is
restricted to a single consumer.
|
Copyright © 2019. All rights reserved.