```js map.rate( [1, 2, 3, 4, 5], 5, // executions per second async n => n ** 2 ).then(console.log) // [1, 4, 9, 16, 25] ``` accepts an integer `rate` with units `/s`