clasp-developers/clasp

Thread Support and Bordeaux-Threads

Shinmera opened this issue · 1 comments

Thread support is a vital ingredient for a large variety of useful software, as well as for ensuring that libraries can run portably on clasp with bordeaux-threads. Thus, basic pthread support is a necessary ingredient. Adding support for green-threads as well would be even better, though that might be kept for some other time.

both things are now implemented