SharedTaskPool.this
this
(void * ptr, Flag!"Take" take)No documentation available for this declaration.
this
()Create a new shared task pool. The shared task pool will queue tasks on a maximum number of threads, 1 by default.
Do not use a #GstSharedTaskPool to manage potentially inter-dependent tasks such as pad tasks, as having one task waiting on another to return before returning would cause obvious deadlocks if they happen to share the same thread.
Returns
a new #GstSharedTaskPool. gst.object.ObjectWrap.unref after usage.