icicleio / concurrent

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

Find a recommended way of checking for fork/thread support #10

Closed assertchris closed 8 years ago

assertchris commented 8 years ago
screen shot 2015-11-09 at 11 32 44 am
sagebind commented 8 years ago

How about https://github.com/icicleio/concurrent/commit/8f221501602b12690eead51c695b7af6c8c5dfc2? You can now use Icicle\Forking\Fork::enabled() and Icicle\Threading\Thread::enabled() to check for availability.

sagebind commented 8 years ago

This feature has now been released in version 0.1.1. Closing this issue.

assertchris commented 8 years ago

Hmmm, I thought I had replied to this already. It looks good, thanks.