icicleio / concurrent

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

Test threads, forks, and workers against all of Icicle's event loops #8

Closed sagebind closed 6 years ago

sagebind commented 9 years ago

The tests for concurrent should be run against each of Icicle's event loop implementations to test for unexpected conflicts between threads and forks and the backing event loop libraries. Concurrency is a tricky thing; expect the unexpected.