MCPcopy Create free account
hub / github.com/comaps/comaps / RunUITask

Method RunUITask

libs/map/framework.cpp:3195–3198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3193}
3194
3195void Framework::RunUITask(function<void()> fn)
3196{
3197 GetPlatform().RunTask(Platform::Thread::Gui, std::move(fn));
3198}
3199
3200void Framework::ShowViewportSearchResults(SearchResultsIterT begin, SearchResultsIterT end, bool clear)
3201{

Callers 2

operator()Method · 0.45
operator()Method · 0.45

Calls 1

RunTaskMethod · 0.80

Tested by

no test coverage detected