| 436 | } |
| 437 | |
| 438 | void NetDbRequests::PostRequestDestination (const IdentHash& destination, |
| 439 | const RequestedDestination::RequestComplete& requestComplete, bool direct) |
| 440 | { |
| 441 | boost::asio::post (GetIOService (), [this, destination, requestComplete, direct]() |
| 442 | { |
| 443 | RequestDestination (destination, requestComplete, direct); |
| 444 | }); |
| 445 | } |
| 446 | |
| 447 | void NetDbRequests::RequestDestination (const IdentHash& destination, const RequestedDestination::RequestComplete& requestComplete, bool direct) |
| 448 | { |