Variable Reactor.OpenOptions.numTimers

Maximal number of timers that can be simultaneously registered.

struct Reactor.OpenOptions
{
  // ...
  ulong numTimers = 10000LU;
  // ...
}