Package io.ktor.http.cio.internals
Types
class MutableRange Represents a text range with mutable bounds |
|
class WeakTimeoutQueue It provides ability to cancel jobs and schedule coroutine with timeout. Unlike regular withTimeout this implementation is never scheduling timer tasks but only checks for current time. This makes timeout measurement much cheaper and doesn’t require any watchdog thread. |