rlib
Convenience library for useful things
Loading...
Searching...
No Matches
RCBQueue Struct Reference

List-backed queue of RFuncCallbackCtx entries. More...

#include <rlib/data/rqueue.h>

Data Fields

RCBList * head
 
RCBList * tail
 
rsize size
 

Detailed Description

List-backed queue of RFuncCallbackCtx entries.

Field Documentation

◆ head

RCBList* RCBQueue::head

Head node.

◆ size

rsize RCBQueue::size

Number of pending callbacks.

◆ tail

RCBList* RCBQueue::tail

Tail node.


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