Home
last modified time | relevance | path

Searched refs:QueueSelector (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/common/libs/concurrency/
Dmultiplexer.h32 using QueueSelector = std::function<int(void)>; variable
54 T Pop(QueueSelector selector) { in Pop()