mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Make MutexQueue use jsemaphore for signaling
This commit is contained in:
parent
10fdbf7375
commit
8b0b857eaa
13 changed files with 248 additions and 99 deletions
|
@ -775,6 +775,7 @@ void TextureSource::processQueue()
|
|||
/*
|
||||
Fetch textures
|
||||
*/
|
||||
//NOTE this is only thread safe for ONE consumer thread!
|
||||
if(!m_get_texture_queue.empty())
|
||||
{
|
||||
GetRequest<std::string, u32, u8, u8>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue