Bug 1858509 add thread-safety annotations around MediaSourceDemuxer::mMonitor r=alwu
[gecko.git] / ipc / glue / PBackgroundStarter.ipdl
blobc53f47cb75a38902210229ed17d2c6c1a9d2a9e4
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this
3  * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 include protocol PBackground;
7 namespace mozilla {
8 namespace ipc {
10 [NeedsOtherPid]
11 async protocol PBackgroundStarter
13 parent:
14   async InitBackground(Endpoint<PBackgroundParent> aEndpoint);
17 } // namespace ipc
18 } // namespace mozilla