mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-16 09:17:35 +02:00
Added notes
This commit is contained in:
parent
eaac66ab37
commit
e24da010bd
1 changed files with 8 additions and 0 deletions
|
@ -12,7 +12,15 @@ TODO:
|
||||||
|
|
||||||
- multiple mutators, and threading functions/types. probably want this on a new branch, when ready
|
- multiple mutators, and threading functions/types. probably want this on a new branch, when ready
|
||||||
part of this is implementing the beginnings of srfi-18, to create multiple threads, sync them, etc
|
part of this is implementing the beginnings of srfi-18, to create multiple threads, sync them, etc
|
||||||
|
next steps:
|
||||||
|
- add mutex type, and associated functions from SRFI-18
|
||||||
|
- break out srfi 18 stuff into a (scheme srfi 18) module, or such
|
||||||
|
- start making core stuff thread safe. for example, test.scm sometimes
|
||||||
|
crashes, I think printing out result from (read)
|
||||||
|
- assume I/O and eval both have threading issues
|
||||||
|
|
||||||
|
|
||||||
|
DONE:
|
||||||
- need to cooperate when a mutator is blocked
|
- need to cooperate when a mutator is blocked
|
||||||
IMPLEMENTATION NOTES:
|
IMPLEMENTATION NOTES:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue