mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-06 20:56:36 +02:00
Added notes
This commit is contained in:
parent
eaa0481f40
commit
a15f7057b9
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ TODO:
|
||||||
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:
|
next steps:
|
||||||
- add mutex type, and associated functions from SRFI-18
|
- add mutex type, and associated functions from SRFI-18
|
||||||
- break out srfi 18 stuff into a (scheme srfi 18) module, or such
|
when allocating a mutex, probably should do it on thread since by definition these are
|
||||||
|
shared among multiple threads
|
||||||
- start making core stuff thread safe. for example, test.scm sometimes
|
- start making core stuff thread safe. for example, test.scm sometimes
|
||||||
crashes, I think printing out result from (read)
|
crashes, I think printing out result from (read)
|
||||||
- assume I/O and eval both have threading issues
|
- assume I/O and eval both have threading issues
|
||||||
|
|
Loading…
Add table
Reference in a new issue