arsd_core_init

Initializes the arsd core event loop and creates its worker threads. You don't actually have to call this, since the first use of an arsd.core function that requires it will call it implicitly, but calling it yourself gives you a chance to control the configuration more explicitly if you want to.

void
arsd_core_init
(
int numberOfWorkers = 0
)

Meta