mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Make Channels more thread-safe (I know, I know..)
--HG-- branch : minor
This commit is contained in:
@@ -54,6 +54,8 @@ namespace thread
|
||||
Variant *peek();
|
||||
int count();
|
||||
void clear();
|
||||
|
||||
void release();
|
||||
}; // Channel
|
||||
} // thread
|
||||
} // love
|
||||
|
||||
Reference in New Issue
Block a user