yao/trace/types
Max 1e4e1224e2 Enhance subscription management by adding cancel functions and improving channel handling
- Update the Subscribe and SubscribeFrom methods to return a cancel function, ensuring proper resource cleanup when subscriptions are no longer needed.
- Modify unsubscribe logic to close channels safely, preventing potential panics from sending on closed channels.
- Enhance test cases to utilize the new cancel functionality, ensuring robust handling of subscriptions in various scenarios.
2026-02-24 00:22:08 +08:00
..
driver.go Implement trace archiving and management features 2025-11-20 12:12:29 +08:00
events.go Enhance trace logging and error handling across components 2025-11-20 10:45:26 +08:00
interfaces.go Enhance subscription management by adding cancel functions and improving channel handling 2026-02-24 00:22:08 +08:00
types.go Refactor trace node management to support multiple parents and enhance type handling 2025-11-21 17:33:00 +08:00