Skip to content

Tweak async_map

username-removed-771100 requested to merge optikfluffel/Neat-Ex:async_map into master

The key here is that you want to create the tasks as soon as possible, so you shouldn't use the lazy Stream.map

Details at: http://stackoverflow.com/a/32590244

Merge request reports