Skip to content

Allow async property setter #1062

@jaigak

Description

@jaigak

I have a property setter that needs to do some asynchronous operations. So I changed the return type from void to fire_and_forget however now it doesn't compile since the codegen in g.cpp attempts to return it which isn't possible in this case since fire_and_forget can't be returned in a void function.

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