TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Since 2.10
This function will return the maximum interval that a thread will wait in the thread pool for new tasks before being stopped.
interval
If this function returns 0, threads waiting in the thread pool for new work are not stopped.
the maximum interval (milliseconds) to wait for new tasks in the thread pool before stopping the thread
2.10
This function will return the maximum
intervalthat a thread will wait in the thread pool for new tasks before being stopped.If this function returns 0, threads waiting in the thread pool for new work are not stopped.