Update Multithreaded-Development.md

This commit is contained in:
Justin Ethier 2019-01-24 11:11:29 -05:00 committed by GitHub
parent cd14b282a6
commit 664a6d9a13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@ TODO: ideas for future improvement
???
needs to ensure minimal performance impacts
TODO: how does an object become shared between threads? need to enumerate all the possible ways. Does it have to involve either a set! or mutation of a global variable? perhaps we can track these somehow.
Older Notes: