mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-11 23:07:36 +02:00
Added header comment
This commit is contained in:
parent
fc2afc1d62
commit
d7ab5ce39e
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
;;;; A temporary test file, this code needs to be separated into a library and a set of unit tests
|
||||
|
||||
;TODO: a queue that can be shared among threads
|
||||
;objects on the queue must be shared objects, possibly immutable (but more flexible if not)
|
||||
;consider making the queue vector-based, and increase size by 2 if capacity is exceeded?
|
||||
|
|
Loading…
Add table
Reference in a new issue