We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 :
:
The text was updated successfully, but these errors were encountered:
Update dependencies (sc2ad#13)
ae4a0cd
* Update dependencies * Export type registrators
No branches or pull requests
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:
advantages would be me not having to remember the exact namespace and also me not having to type as many
:
The text was updated successfully, but these errors were encountered: