Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Use a threadpool for async requests #226

Closed
@yuvipanda

Description

@yuvipanda

Currently, a new thread is created for each HTTP request. Would be nicer to have the option of using a ThreadPool with a ThreadPoolExecutor instead.

We can already wrap this ourselves when using, but would be nice to do this in the library itself so async usage is cleaner

Metadata

Metadata

Assignees

No one assigned

    Labels

    lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions