icicleio / concurrent

Concurrency component for Icicle
https://icicle.io
MIT License
172 stars 6 forks source link

Using `use ()` in a thread closure causes an invalid read on thread shutdown #3

Closed sagebind closed 9 years ago

sagebind commented 9 years ago

If use () can be averted in Concurrent by some means, then we should do so to prevent unexpected errors. Or at least throw an exception before starting the thread.