[x] If there is already a relevant issue, whether open or closed, comment on the existing thread instead of posting a new issue.
[x] New features take time and effort to create, and they take even more effort to maintain. So if the purpose of the feature is to resolve a struggle you are encountering personally, please consider first posting a "trouble" or "other" issue so we can discuss your use case and search for existing solutions first.
controller$map() is blocking, which will make it hard to use with Shiny/promises async programming (#147). Would be nice to have a method like map() which pushes multiple tasks and returns control immediately. Also a multi-pop method to return all available results.
Prework
Proposal
controller$map()
is blocking, which will make it hard to use with Shiny/promises async programming (#147). Would be nice to have a method likemap()
which pushes multiple tasks and returns control immediately. Also a multi-pop method to return all available results.