-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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
Labels
No labels