mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 16:57:35 +02:00
Added stub
This commit is contained in:
parent
d0bce4a15e
commit
af2e836e16
1 changed files with 5 additions and 0 deletions
5
examples/threading/producer-consumer.scm
Normal file
5
examples/threading/producer-consumer.scm
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
; 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...
|
Loading…
Add table
Reference in a new issue