Searched refs:enqueueImpl (Results 1 – 1 of 1) sorted by relevance
97 std::future<void> completeFuture = enqueueImpl(Command()); in waitQueuedItems()107 return enqueueImpl(Command(std::move(item))); in enqueue()122 std::future<void> enqueueImpl(Command command) { in enqueueImpl() function