mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
5 lines
300 B
Scheme
5 lines
300 B
Scheme
; TODO:
|
|
; try having multiple producers writing to a queue, and
|
|
; a consumer reading from it
|
|
; an important consideration is how to let the producers write values, since they would be on their stacks!
|
|
; ideally do not want the application to have to worry about what value came from what thread...
|