.sits_parallel_map: Maps a function to a given list in parallel or sequential processing
Description
Maps a function to a given list in parallel or sequential processing
Usage
.sits_parallel_map(x, fn, ...)
Arguments
x
a given list to be passed to a function
fn
a function to be applied to each list element
Value
a list with the function results in the same order
as the input list