MongoDB C++ Driver
legacy-1.1.2
|
Public Member Functions | |
bool | recv (const Message &sent, Message &response) |
this is used for doing 'async' queries instead of doing call( to , from ) you would do say( to ) recv( from ) Note: if you fail to call recv and someone else uses this port, horrible things will happen | |