Function Reactor.TimerHandle.reset

Revert the handle to init value, forgetting the timer it points to

void reset () nothrow @nogc @safe;

This call will not cancel the actual timer. Use cancelTimer for that.