Skip to content

Utilize thread pools #371

@sinui0

Description

@sinui0

Our Context abstraction spawns threads on demand. At first it seemed using a pool would not be possible without deadlocks, but if the threadpool is work-stealing and yields on async pending then it should work. This will address a memory issue for WASM targets

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions