Benchmarking Python's ThreadPoolExecutor vs Go's goroutines for high-concurrency, I/O-bound tasks — simulating real-world use cases like calling external APIs in parallel. ├── go/ │ └── processor.go # ...
Spans created in tasks that run in a ThreadPoolExecutor should be included in the transactions sent to Sentry when AsyncioIntegration is enabled. Spans created in tasks that run in a ...