Registers a timer with the extension. The provided delegate will be called repeatedly according to the specified period, as long as it returns true.
delegate to call periodically
seconds between calls of the delegate
See Implementation
Registers a timer with the extension. The provided delegate will be called repeatedly according to the specified period, as long as it returns true.