aboutsummaryrefslogtreecommitdiff
path: root/rutina.go
Commit message (Collapse)AuthorAgeFilesLines
* v0.4.3v0.4.3Alexander Kiryukhin2019-04-041-26/+50
| | | | | | | | Added: - Hooks for lifecycle events Fixed: - Close errors channel - Small fixes
* Linter fixv0.4.2Alexander Kiryukhin2019-04-041-1/+1
|
* Changed:Alexander Kiryukhin2019-04-041-4/+10
| | | | | | | - Refactored errors chan Fixed: - Small fixes
* Fixed:v0.4.1Alexander Kiryukhin2019-04-041-4/+4
| | | | - ListenOsSignal handler now not in waitgroup. Before if all routines exited by itself (with DoNothingIfDone or DoNothingIfFail policies) waitgroup waits OS listener to complete
* Added:Alexander Kiryukhin2019-04-031-43/+37
| | | | | | | | | - Mixin with errors channel Changed: - Default run policy now `ShutdownIfDone` && `ShutdownIfFail` Fixed: - Fixed OS signals listener - Removed some dead code
* Options to listen different signalsv0.3.3Alexander Kiryukhin2019-04-011-2/+5
|
* Flexible run policiesv0.3.0Alexander Kiryukhin2019-03-271-20/+73
| | | | Options refactoring
* Remove context from constructorv0.2.1Alexander Kiryukhin2019-01-171-2/+2
|
* Many changesv0.2.0Alexander Kiryukhin2019-01-171-21/+45
|
* Fix cancel context on signalv0.1.0Alexander Kiryukhin2019-01-111-1/+0
|
* Added OS signals handlerAlexander Kiryukhin2019-01-111-0/+17
| | | | Added go.mod
* Initial commitAlexander Kiryukhin2018-12-051-0/+54