completion_callback.h File Reference
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::internal::CompletionCallbackWithOutputBase< T, Traits > |
The base class of [Ext]CompletionCallbackWithOutput. More... | |
class | pp::CompletionCallbackWithOutput< T > |
A CompletionCallbackWithOutput defines a completion callback that additionally stores a pointer to some output data. More... | |
class | pp::ext::ExtCompletionCallbackWithOutput< T > |
ExtCompletionCallbackWithOutput is similar to CompletionCallbackWithOutput, but used by APIs within the pp::ext namespace. More... |
Namespaces
namespace | pp |
namespace | pp::internal |
namespace | pp::ext |
Functions
CompletionCallback | pp::BlockUntilComplete () |
Detailed Description
This file defines the API to create and run a callback.