Update Parallelization to eliminate the `.parallel` argument by shikokuchuo · Pull Request #1185 · tidyverse/purrr
This PR updates the existing parallel implementation by replacing the .parallel argument of map() functions with the use of parallelize() as an alias of carrier::crate(). By requiring parallelize()...