userver: userver/engine/single_use_event.hpp File Reference
Loading...
Searching...
No Matches
single_use_event.hpp File Reference

A single-producer, single-consumer event. More...

#include <atomic>
#include <cstdint>
+ Include dependency graph for single_use_event.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  engine::SingleUseEvent
 A single-producer, single-consumer event. More...
 

Namespaces

namespace  engine
 Asynchronous engine primitives.
 

Detailed Description

A single-producer, single-consumer event.

Definition in file single_use_event.hpp.