shikokuchuo / mirai

mirai - Minimalist Async Evaluation Framework for R
https://shikokuchuo.net/mirai/
GNU General Public License v3.0
193 stars 10 forks source link

`.()` no longer calls the ephemeral server #56

Closed shikokuchuo closed 1 year ago

shikokuchuo commented 1 year ago

In development builds post- 0.8.3.9005.

shikokuchuo commented 1 year ago

The dot function .() has been re-assigned to complement the deferred evaluation pipe.

The ephemeral server has been renamed .server(), which is also more preferable descriptively.

Note that although .() has historically been exported, it was marked ‘internal’ and not included in the documentation index. .server() should also not be considered a public interface.

The supported method for achieving the same result would be server(maxtasks = 1L).