genstage_tutorial icon indicating copy to clipboard operation
genstage_tutorial copied to clipboard

A tutorial diving into GenStage building a task-runner in the vein of DelayedJob inspired by @josevalim's talk at the Elixir London Meetup & a lesson proposal for [Elixir School](http://elixirschool.c...

Results 2 genstage_tutorial issues
Sort by recently updated
recently updated
newest added

# whatever PR content blah ```diff < payload = {module, function, args} |> construct_payload --- > bobload = {module, function, args} |> construct_payload 18a19 > # what if I did...

I upgraded it to work with newer dependencies, and maybe simplified code a little.