Skip to content

Request: easy coroutines #13

@RedBrumbler

Description

@RedBrumbler

It would be great if there was a simple macro that did the making of coroutines for you as it's just calling one method, I propose to do it like this:

#define coro(...) custom_types::Helpers::CoroutineHelper::New(__VA_ARGS__)

advantages would be me not having to remember the exact namespace and also me not having to type as many :

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