Skip to content

Catching async exceptions in worker thread means it can't be cancelled #31

@mpickering

Description

@mpickering

We probably do not want to use try in the worker thread. If something goes wrong here it is very bad and the whole program should just crash I think. The try is around wait as well which makes little sense, the wait will never throw an exception.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions