MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / swap

Method swap

extern/boost/boost/thread/future.hpp:1377–1380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1375 return *this;
1376 }
1377 void swap(basic_future& that) BOOST_NOEXCEPT
1378 {
1379 future_.swap(that.future_);
1380 }
1381 // functions to check state, and wait for ready
1382 state get_state(boost::unique_lock<boost::mutex>& lk) const
1383 {

Callers 9

diagnostic_informationFunction · 0.45
BOOST_GCD_NOEXCEPTFunction · 0.45
iter_find.hppFile · 0.45
swapMethod · 0.45
swapFunction · 0.45
swapMethod · 0.45
packaged_taskClass · 0.45
swapMethod · 0.45
swapFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected