Skip to content

Allow to create view with limited threads count(Experimental dispatcher). #475

Closed
@e5l

Description

@e5l

Consider the following use case:

val client = HttpClient(threads = 2)
val server = HttpServer(threads = 6)

class HttpClient(threads: Int) {
    val dispatcher = DefaultDispatcher.limited(threads)
}
...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions