XPCOM:nsIThreadManager: Difference between revisions

Jump to navigation Jump to search
m
Line 100: Line 100:
   /**
   /**
     * Process the next event.  If there are no pending events, then this
     * Process the next event.  If there are no pending events, then this
     * method will wait until an event is dispatched to this thread.  This
     * method may wait -- provided mayWait is true -- until an event is  
    * method is re-entrant but may only be called if this thread is the
    * dispatched to this thread.  This method is re-entrant but may only be
     * current thread.
    * called if this thread is the current thread.
     *
    * @return A boolean value that is "true" if an event was processed.
     */
     */
   boolean processNextEvent(in boolean mayWait);
   boolean processNextEvent(in boolean mayWait);
272

edits

Navigation menu