Skip to content

Releases: gbenroscience/scheduled-executor

bug fixes and async to call of Start method

27 Jul 04:17

Choose a tag to compare

Fixed bugs and allowed Start method to be called asynchronously if so desired by user

Major bug fixes

27 Jul 02:14

Choose a tag to compare

Improved ticker initialization logic
Improved shutdown handling
Removed redundant close method
Removed error returned by Close method since its always nil
Removed potential deadlock in for-select

Ctrl-C Removed

23 May 17:01

Choose a tag to compare

Bug fix: removed signal termination as it interferes with production code

Bug fixes and cleaner code

21 May 08:36

Choose a tag to compare

Fixed bugs in timer logic and cleaned out the code.
Enjoy