-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: refactor, restructure, polish 🎨 (#7)
- the generic parameter has been removed. It was complicating things quite significantly and brought very little benefit. - the package's code has been split into multiple files to make it easier to navigate the codebase - a ton of stuff has been renamed, hopefully to make it more clear and understandable - internal task lifecycle monitoring has been refactored in order to make room for long-running/permanent background tasks - task count is now calculated using `sync/atomic`
- Loading branch information
Showing
4 changed files
with
195 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.