skiplang / skip

A programming language to skip the things you have already computed
http://skiplang.com
MIT License
1.97k stars 66 forks source link

Simplify threadpool #150

Closed pikatchu closed 4 years ago

pikatchu commented 4 years ago

The logic in the thread pool to deal with exceptions was unnecessary, it's already handled somewhere else.