b=900337 Document that nsIThreadPool::Shutdown() will run the event loop r=ehsan

--HG--
extra : transplant_source : %93%D8%96%C2%3A%60%7E%B9%96U%CC%C0%21e%A6%D2%BD%DD%E3-
This commit is contained in:
Karl Tomlinson 2013-08-05 14:58:41 +12:00
parent 5059c69222
commit 00919a0fdf

View File

@ -36,6 +36,8 @@ interface nsIThreadPool : nsIEventTarget
* thread (usually the thread that created this thread pool). When this
* function returns, the thread pool and all of its threads will be shutdown,
* and it will no longer be possible to dispatch tasks to the thread pool.
*
* As a side effect, events on the current thread will be processed.
*/
void shutdown();