Gst.TaskPool
const Gst = imports.gi.Gst; let task_pool = new Gst.TaskPool();
This object provides an abstraction for creating threads. The default implementation uses a regular GThreadPool to start tasks.
Subclasses can be made to create custom threads.
Last reviewed on 2009-04-23 (0.10.24)
Hierarchy
-
GObject.Object
-
GObject.InitiallyUnowned
-
Gst.Object
- Gst.TaskPool
-
-