Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ swap
Method
swap
extern/boost/boost/thread/future.hpp:2209–2212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2207
}
2208
2209
void swap(shared_future& other) BOOST_NOEXCEPT
2210
{
2211
static_cast<base_type*>(this)->swap(other);
2212
}
2213
bool run_if_is_deferred() {
2214
return this->future_->run_if_is_deferred();
2215
}
Callers
nothing calls this directly
Calls
1
swap
Method · 0.45
Tested by
no test coverage detected