MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / queue

Method queue

include_all_in_one/include/fplus/fplus.hpp:12874–12879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12872class queue {
12873public:
12874 queue()
12875 : queue_()
12876 , mutex_()
12877 , cond_()
12878 {
12879 }
12880 fplus::maybe<T> pop()
12881 {
12882 std::unique_lock<std::mutex> lock(mutex_);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected