rc_event_queue icon indicating copy to clipboard operation
rc_event_queue copied to clipboard

VecDeque-like fast, unbounded, mpmc/spmc concurent FIFO message queue. Lockless reads, write-lock writes.

Results 8 rc_event_queue issues
Sort by recently updated
recently updated
newest added

somewhat like truncate_front but for readers. encode in ChunkState special code for reader to switch to isolator_chunk (size=0, always return None). Also change Event to null, and decrease EventQueue reader...