Skip to content

Enable async procedures to use function pointer + user data pointer instead of std::function #13

@eliemichel

Description

@eliemichel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions