Skip to content

try_catch rename #208

@romainfrancois

Description

@romainfrancois

I think the name try_catch is kind of confusing, especially if we really want to catch we would have to do something like:

try{
    try_catch( []{
         // whatever unsafe C code
    } )
} catch( ... ){

}

What try_catch really does is sandbox the C code so that it does not longjump too far.

So perhaps we should call it safe or sandbox or something.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions