Swap to implementation pattern, make fields and methods public for extensibility.

This commit is contained in:
Jay
2026-04-19 12:49:49 -04:00
parent 2f7e606064
commit d2528d3ac7
10 changed files with 212 additions and 206 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
// Types
type WorkerFactory func(ctx context.Context, id string) (*Worker, error)
type WorkerFactory func(ctx context.Context, id string) (Worker, error)
// Pool Config