Blender Git Commit Log
Git Commits -> Revision 2d2339a
Revision 2d2339a by Brecht Van Lommel (master) January 22, 2010, 11:06 (GMT) |
Threads: added queue for passing data between threads. Includes a function to wait for an item to be put in the queue and then pop immediately without, this makes it possible to avoid sleep() while waiting for the results of a thread. |
Commit Details:
Full Hash: 2d2339a70992b819a23e8c71f68027022b395f46
SVN Revision: 26190
Parent Commit: cbc4aae
Lines Changed: +151, -1