We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
a2235dc
feat: add comprehensive doctests for advanced SDK components This major documentation enhancement adds 65+ new doctest examples covering: - Transport layer types (TransportMessage, MessageMetadata, MessagePriority, SendOptions) - Utility types with complete async patterns (MessageBatcher, MessageDebouncer) - Parallel processing utilities (BatchProcessor, ParallelBatchConfig, BatchMetrics) - Context propagation system (RequestContext, ContextPropagator, context macros) - Middleware system (Middleware trait, LoggingMiddleware, AuthMiddleware, RetryMiddleware, MiddlewareChain) All doctests include realistic usage examples and compile successfully. Updated documentation tracker with completion status. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>