|
esp8266ndn
NDN Arduino library for ESP8266 and more
|
Generic thread-safe queue, implemented with Boost Lockfree library. More...
#include <boostlf.hpp>
Public Types | |
| using | Item = T |
Public Member Functions | |
| bool | push (Item item) |
| std::tuple< Item, bool > | pop () |
Generic thread-safe queue, implemented with Boost Lockfree library.
| using ndnph::port_queue_boostlf::SafeQueue< T, capacity >::Item = T |
|
inline |
|
inline |