Added BaseStatefulWorker in worker package. Added package comments to manager and worker.

This commit is contained in:
2025-09-20 17:31:14 +00:00
parent 56a36283e5
commit 4e0aa3244c
3 changed files with 106 additions and 94 deletions

View File

@@ -1,3 +1,6 @@
// Package manager implements the core orchestration logic for data providers and client sessions
// in the tessera data_service. It manages provider registration, session lifecycle, client attachment,
// stream configuration, and routing of messages between clients and providers.
package manager
import (