dylan-lang / http

HTTP server and client for Dylan
https://opendylan.org/package/http
MIT License
22 stars 11 forks source link

Add a <sse-resource> for server-sent events #31

Closed hannesm closed 10 years ago

waywardmonkeys commented 10 years ago

You can use the <locked-queue> from the concurrency library which is already in use by the http-server.

waywardmonkeys commented 10 years ago

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.