Documentation
¶
Overview ¶
Package main demonstrates concurrent processing with the Hermes library.
This example shows how to: - Process multiple URLs concurrently - Use semaphore pattern for resource management - Implement progress reporting - Handle partial failures gracefully - Collect timing metrics
Run with: go run examples/concurrent/main.go
Click to show internal directories.
Click to hide internal directories.