sasa1977 / exactor_demos

Simple demos for the exactor library
10 stars 3 forks source link

Any chance of updating these demos to be compatible with Elixir 1.0.4? #1

Open thestonefox opened 9 years ago

thestonefox commented 9 years ago

I'm trying to learn how to use Poolboy but I'm using Elixir 1.0.4 and these demos don't seem to work for me.

I'd be really happy to just see an example of the:

exactor_demos/lib/parallel/parallelization_demo.ex

converted to work and run under Elixir 1.0.4

sasa1977 commented 9 years ago

Yeah, these demos are two years old, and need to be updated. Unfortunately, I'm currently swamped with work, so I can't deal with this immediately. I'll keep it in mind, and do it as soon as I find some spare time, but I can't commit to any deadline.

thestonefox commented 9 years ago

Ok cool, thanks for the response :)

If I get my head around poolboy and get a version working with 1.0.4 then I may fork this repo and try updating them for you :)