Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 214 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 214 Bytes

Thread

For native threads.

Example use:

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