codegram / futuroscope

Yet another Futures implementation in Ruby
MIT License
210 stars 13 forks source link

Can't disable concurrency #25

Open joshco opened 8 years ago

joshco commented 8 years ago

I followed the instructions here https://github.com/codegram/futuroscope#disabling-concurrency

But when I try

Futuroscope.default_pool = Futuroscope::Pools::NoPool.new I get this error: NameError: uninitialized constant Futuroscope::Pools

I tried to require futuroscope in the context, but can't figure out what file to include.

joshco commented 8 years ago

anybody alive?