You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
relocate!: move project to another owner
Change maven groupId to `wtf.g4s8`, cleanup and update `pom.xml`.
Move all packages to new group.
Update deploy pipeline.
BREAKING CHANGE: move all packages from `org.cqfn` to `wtf.g4s8`.
relocate!: move project to another owner
Change maven groupId to `wtf.g4s8`, cleanup and update `pom.xml`.
Move all packages to new group.
Update deploy pipeline.
BREAKING CHANGE: move all packages from `org.cqfn` to `wtf.g4s8`.
Added optional subscriber executor service
PR #35Closes#34 - added optional executor service for subscriber of
read channel publisher, and other implementers. Refactored by moving
IO exec from parameter to field, using fork join pool as a default
instead of cached thread pool for enabling job stealing.