Skip to content

Native threads should be robust to Unity exceptions #5

@sebjf

Description

@sebjf

Currently exceptions from managed code can take down the native threads, e.g. signalling threads, and this may not be discovered until a signalling API is called.

The native threads shouldn't fallover on managed exceptions.

There is already a try/catch in the managed thread worker around the thread wrappers Run call.

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