Added pull-streams version of async problem#30
Conversation
|
Does all the code need to live in |
|
You can compose and modularise pull-streams pretty well it seems - I managed to move some stuff out. It would be nice though, if there were something like a |
|
I appreciate the pull request, @kwijibo. I'd like to avoid reaching the point where there are dozens of examples which do not satisfy the requirements distracting from the one or two examples which do satisfy the requirements. As a result I'd like to leave this pull request open indefinitely, so that those interested in pull-stream may find it. |
Hi,
I've created a pull-stream version of the Async Problem. It's my first time using the
pull-streamlibraries, so there may be a neater way of writing it.