annotate include/urweb/queue.h @ 1932:98895243b5b6

Change handling of returned text blobs, to activate the normal EWrite optimizations
author Adam Chlipala <adam@chlipala.net>
date Wed, 11 Dec 2013 18:22:10 -0500
parents c414850f206f
children
rev   line source
ezyang@1739 1 #ifndef QUEUE_H
ezyang@1739 2 #define QUEUE_H
ezyang@1739 3
ezyang@1739 4 int uw_dequeue();
ezyang@1739 5 void uw_enqueue(int);
ezyang@1739 6
ezyang@1739 7 #endif