Closed hannesm closed 10 years ago
You can use the <locked-queue> from the concurrency library which is already in use by the http-server.
<locked-queue>
concurrency
http-server
Just make the interface refer to <queue> so that we can silently swap it in the future with a lock-free queue when we get Dylan to the point where we can do that sort of thing.
<queue>
You can use the
<locked-queue>
from theconcurrency
library which is already in use by thehttp-server
.