https://github.com/iolanguage/thread
https://github.com/iolanguage/thread
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iolanguage/thread
- Owner: IoLanguage
- License: bsd-3-clause
- Created: 2018-03-11T12:02:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-17T10:11:28.000Z (about 8 years ago)
- Last Synced: 2025-03-14T05:44:36.830Z (over 1 year ago)
- Language: C
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```