You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, async functions, i.e., functions that take as last parameters a callback and user data pointer, are translated in the cpp wrapper into a std::function, but one may sometimes want to be able to access the original lower level function pointer + user data pointer signature. We should then generate an overload of these async fonctions that exposes such an API.
The text was updated successfully, but these errors were encountered:
Currently, async functions, i.e., functions that take as last parameters a callback and user data pointer, are translated in the cpp wrapper into a
std::function
, but one may sometimes want to be able to access the original lower level function pointer + user data pointer signature. We should then generate an overload of these async fonctions that exposes such an API.The text was updated successfully, but these errors were encountered: