Closed ioquatix closed 7 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.
::IO::Endpoint
Async::Server#run
::IO::Endpoint
returns bare fibers, and we need to wait on them. ChangeAsync::Server#run
to return a single task which can be waited on.Types of Changes
Contribution