[scriptable, uuid(ef194cab-3f86-4b61-b132-e5e96a79e5d1)]
interface nsIThreadPoolListener : nsISupports
Methods
Called when a new thread is created by the thread pool. The notification happens on the newly-created thread.
void
onThreadCreated()
Called when a thread is about to be destroyed by the thread pool. The notification happens on the thread that is about to be destroyed.
void
onThreadShuttingDown()
Compare to: