Uses of Package
org.ros.concurrent
Packages that use org.ros.concurrent
Package
Description
Provides utility classes for common concurrent programming operations.
Provides internal classes for creating and communicating with nodes in the ROS graph.
Provides the classes for creating and communicating with nodes in the ROS graph.
-
Classes in org.ros.concurrent used by org.ros.concurrentClassDescriptionAn interruptable loop that can be run by an
ExecutorService.A mutable object that may contain a value to another object.Decouples specific listener interfaces from the signaling implementation. -
Classes in org.ros.concurrent used by org.ros.internal.node
-
Classes in org.ros.concurrent used by org.ros.internal.transport.queueClassDescriptionAn interruptable loop that can be run by an
ExecutorService.A deque that removes head or tail elements when the number of elements exceeds the limit and blocks onCircularBlockingDeque.takeFirst()andCircularBlockingDeque.takeLast()when there are no elements available. -
Classes in org.ros.concurrent used by org.ros.node