Open Issues Need Help
View All on GitHub Add support for using a customized executor in `HttpServer`. about 2 months ago
AI Summary: The `HttpServer` currently uses the default Tokio runtime for spawning tasks to handle HTTP connections. This issue proposes adding a feature to allow users to provide a custom executor handle to `HttpServer`, enabling them to offload heavyweight request processing to a separate, dedicated runtime.
Complexity:
1/5
good first issue area/io type/enhancement effort/simple
Investigate flaky `no_runtime_allocations` test on macOS. about 2 months ago
good first issue area/memory type/bug effort/simple