antonmi / espec

Elixir Behaviour Driven Development
Other
808 stars 62 forks source link

Async example running via Task.async_stream #281

Closed jfornoff closed 5 years ago

jfornoff commented 5 years ago

This replicates the behavior of running async examples using the builtin Task.async_stream, which simplifies the code a bit and removes the necessity of having a Queue for transporting output from the examples.

Happy to incorporate any feedback! :-)

jfornoff commented 5 years ago

270 for reference

antonmi commented 5 years ago

Hi, @jfornoff ! It looks awesome! Thank you!