libfetch 0.0.0
A lightweight asynchronous HTTP/1.1 client library implementing a subset of the WHATWG Fetch API.
Loading...
Searching...
No Matches
lock_free_ring_buffer_t Struct Reference

Data Fields

ring_slot_t slots [RING_BUFFER_SIZE]
 
atomic_uint32_t head
 
atomic_uint32_t tail
 
atomic_uint32_t closed
 

Field Documentation

◆ closed

atomic_uint32_t lock_free_ring_buffer_t::closed

◆ head

atomic_uint32_t lock_free_ring_buffer_t::head

◆ slots

ring_slot_t lock_free_ring_buffer_t::slots[RING_BUFFER_SIZE]

◆ tail

atomic_uint32_t lock_free_ring_buffer_t::tail

The documentation for this struct was generated from the following file: