Function Reactor.start

Starts up the reactor.

int start ();

The reactor should already have at least one user fiber at that point, or it will start, but sit there and do nothing.

This function "returns" only after the reactor is stopped and no more fibers are running.

Returns

The return value from start is the value passed to the stop function.