code-google-com / bullet

Automatically exported from code.google.com/p/bullet
0 stars 0 forks source link

Add support for non-blocking polling for btThreadSupportInterface #343

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now, there is only a blocking 'flush' to make sure the threads/tasks 
are finished. It would be useful if there is a non-blocking test.

Original issue reported on code.google.com by erwin.coumans on 19 Feb 2010 at 6:37

GoogleCodeExporter commented 9 years ago
Win32ThreadSupport has isTaskCompleted for non-blocking thread functions.
See it used in Demos/ThreadingDemo

Original comment by erwin.coumans on 9 Sep 2012 at 10:31