Function Reactor.setup

Set the reactor up for doing work.

void setup (
  Reactor.OpenOptions options = OpenOptions(cast(ushort)256u, 32768LU, Duration(300000000L), 16777216LU, Duration(10000L), Duration(2000000L), Duration(1500000L), Duration(0L), true, 10000LU, 4u, 524288LU, false, true)
);

All options must be set before calling this function.