зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1672431 - Remove unsued InvokeToIOPromise r=nika
Differential Revision: https://phabricator.services.mozilla.com/D103972
This commit is contained in:
Родитель
196055761d
Коммит
3ba0fd279a
|
@ -148,10 +148,6 @@ class IOUtils final {
|
||||||
static StaticRefPtr<nsIAsyncShutdownClient> sBarrier;
|
static StaticRefPtr<nsIAsyncShutdownClient> sBarrier;
|
||||||
static Atomic<bool> sShutdownStarted;
|
static Atomic<bool> sShutdownStarted;
|
||||||
|
|
||||||
template <typename OkT, typename Fn, typename... Args>
|
|
||||||
static RefPtr<IOUtils::IOPromise<OkT>> InvokeToIOPromise(Fn aFunc,
|
|
||||||
Args... aArgs);
|
|
||||||
|
|
||||||
static already_AddRefed<nsIAsyncShutdownClient> GetShutdownBarrier();
|
static already_AddRefed<nsIAsyncShutdownClient> GetShutdownBarrier();
|
||||||
|
|
||||||
static already_AddRefed<nsISerialEventTarget> GetBackgroundEventTarget();
|
static already_AddRefed<nsISerialEventTarget> GetBackgroundEventTarget();
|
||||||
|
|
Загрузка…
Ссылка в новой задаче