/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
class NamedPipeService final : public nsINamedPipeService, public nsIObserver, public nsIRunnable { public:
NS_DECL_THREADSAFE_ISUPPORTS
NS_DECL_NSINAMEDPIPESERVICE
NS_DECL_NSIOBSERVER
NS_DECL_NSIRUNNABLE
HANDLE mIocp; // native handle to the I/O completion port.
Atomic<bool>
mIsShutdown; // set to true to stop the event loop running by mThread.
nsCOMPtr<nsIThread> mThread; // worker thread to get I/O events.
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.