Uses of Class
cloud.opencode.base.collections.concurrent.LockFreeQueue
Packages that use LockFreeQueue
Package
Description
Concurrent Collections Package - Thread-safe Collection Utilities
并发集合包 - 线程安全集合工具
-
Uses of LockFreeQueue in cloud.opencode.base.collections.concurrent
Methods in cloud.opencode.base.collections.concurrent that return LockFreeQueueModifier and TypeMethodDescriptionstatic <E> LockFreeQueue<E> LockFreeQueue.create()Create an empty LockFreeQueue.static <E> LockFreeQueue<E> LockFreeQueue.create(Collection<? extends E> collection) Create a LockFreeQueue from collection.