MapLibre Native Core
thread.hpp
Go to the documentation of this file.
1
#pragma once
2
3
namespace
mbgl
{
4
namespace
platform {
5
7
void
attachThread
();
8
10
void
detachThread
();
11
12
}
// namespace platform
13
}
// namespace mbgl
mbgl::platform::detachThread
void detachThread()
Called when a thread is destroyed.
mbgl::platform::attachThread
void attachThread()
Called when a thread is created.
mbgl
Definition:
actor.hpp:15
include
mbgl
platform
thread.hpp
MapLibre website
|
GitHub repository