Mercurial > hg > Papers > 2021 > anatofuz-master
view paper/src/SynchronizedQueue.h @ 56:3a8c21a37bf1
interface
author | anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 02 Feb 2021 14:17:05 +0900 |
parents | |
children |
line wrap: on
line source
typedef struct SynchronizedQueue <> impl Queue { struct Element* top; struct Element* last; struct Atomic* atomic; } SynchronizedQueue;