An open API service indexing awesome lists of open source software.

https://github.com/iolanguage/thread


https://github.com/iolanguage/thread

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Thread
For native threads.

Example use:
```Io
Thread createThread("1+1") // evals 1+1 in a new thread and an independent Io VM
```

# Installation
```
eerie install https://github.com/IoLanguage/Thread.git
```