llarp::thread
Classes
Types
|
Name |
| enum class uint32_t |
ElementState { Empty = 0, Writing = 1, Full = 2, Reading = 3} |
| enum class |
QueueReturn { Success, QueueDisabled, QueueEmpty, QueueFull} |
Functions
|
Name |
| constexpr std::string_view |
ToString(QueueReturn val) |
Types Documentation
enum ElementState
| Enumerator |
Value |
Description |
| Empty |
0 |
|
| Writing |
1 |
|
| Full |
2 |
|
| Reading |
3 |
|
enum QueueReturn
| Enumerator |
Value |
Description |
| Success |
|
|
| QueueDisabled |
|
|
| QueueEmpty |
|
|
| QueueFull |
|
|
Functions Documentation
function ToString
constexpr std::string_view ToString(
QueueReturn val
)
Updated on 2026-01-10 at 22:49:45 +0000