libcamera
v0.3.1+12-19bbca3c
Supporting cameras in Linux since 2019
|
A queue of posted messages. More...
Public Attributes | |
std::list< std::unique_ptr< Message > > | list_ |
List of queued Message instances. | |
Mutex | mutex_ |
Protects the list_. | |
unsigned int | recursion_ = 0 |
The recursion level for recursive Thread::dispatchMessages() calls. | |
A queue of posted messages.