Skip to content

Cooperative multithreading system in Javascript using Continuations

Notifications You must be signed in to change notification settings

AleixBalletbo/Cooperative-Threads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cooperative-Threads

This small Javascript program emulates the behaviour of a cooperative thread system, executing concurrently different thunks of code. It is implemented using Continuations provided by the Javascript Rhino implementation.

# execution of a test
cd tests
rhino -opt -2 <testFile.js>

About

Cooperative multithreading system in Javascript using Continuations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages