socketry / async-http

MIT License
298 stars 45 forks source link

Let's be more specific w.r.t. `Async::HTTP::Server#run`. #158

Closed ioquatix closed 2 months ago

ioquatix commented 2 months ago

::IO::Endpoint returns bare fibers, and we need to wait on them. Change Async::Server#run to return a single task which can be waited on.

Types of Changes

Contribution