Details
-
Suggestion
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
None
Description
It could be useful if Qt has some Synchronization object to allocates/release resources required, this could be similar to Posix threads Synchronization object named "barrier" along with some functionality like pthread_barrier_init() to allocate resources, pthread_barrier_wait() to wait, pthread_barrier_destroy() to destroy resource etc.