wlandau / crew

A distributed worker launcher
https://wlandau.github.io/crew/
Other
129 stars 4 forks source link

Functional programming #93

Closed wlandau closed 1 year ago

wlandau commented 1 year ago

I thought about writing a furrr/purrr-like package on top of crew, which could be done. But on reflection, I would rather just add a map() method to the controller class.

wlandau commented 1 year ago

Still need to document in the README or a vignette.

wlandau commented 1 year ago

Would also be good to add an optional progress bar.