| BlockingCollectionTestActorQueueT Constructor |
Namespace:
Akka.TestKit.Internal
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public BlockingCollectionTestActorQueue(
BlockingQueue<T> queue
)
new :
queue : BlockingQueue<'T> -> BlockingCollectionTestActorQueue
Parameters
- queue
- Type: Akka.TestKit.InternalBlockingQueueT
The queue to use as the backing store.
See Also