tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

PTestManyChildAllocs.ipdl (391B)


      1 include protocol PTestManyChildAllocsSub;
      2 
      3 namespace mozilla {
      4 namespace _ipdltest {
      5 
      6 [ChildProc=any, ChildImpl=virtual, ParentImpl=virtual]
      7 protocol PTestManyChildAllocs {
      8     manages PTestManyChildAllocsSub;
      9 child:
     10     async Go();                       // start allocating
     11 
     12 parent:
     13     async Done();
     14     async PTestManyChildAllocsSub();
     15 };
     16 
     17 } // namespace _ipdltest
     18 } // namespace mozilla