clasp-developers / clasp

clasp Common Lisp environment

Home Page:https://clasp-developers.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thread Support and Bordeaux-Threads

Shinmera opened this issue · 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