MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
WaitQueue< Block, T, Function > Class Template Reference

Public Member Functions

 WaitQueue (Block &block, ArrayPool< T > &pool)
void add (Ptr< T >, void(Block::*Callback)(Signal *, Ptr< T >))
void complete (Ptr< T >)

Detailed Description

template<class Block, class T, void(Block::*)(Signal *, Ptr< T >) Function>
class WaitQueue< Block, T, Function >

Definition at line 28 of file WaitQueue.hpp.


The documentation for this class was generated from the following file: