Include dependency graph for completion_callback.h:
Classes
class | pp::CompletionCallback |
This API enables you to implement and receive callbacks when Pepper operations complete asynchronously. More... | |
class | pp::CompletionCallbackWithOutput< T > |
A CompletionCallbackWithOutput defines a completion callback that additionally stores a pointer to some output data. More... |
Namespaces
namespace | pp |
Functions
CompletionCallback | pp::BlockUntilComplete () |
Detailed Description
This file defines the API to create and run a callback.