Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/ipc/ipdl/test/ipdl/ok/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 205 B image not shown  

Quelle  PAsyncReturn.ipdl   Sprache: unbekannt

 
// Async messages are not allowed to return values.

//error: asynchronous message `Msg' declares return values

[ChildProc=any]
protocol PAsyncReturn {
child:
    async Msg() returns(int32_t aNumber);
};

[ Dauer der Verarbeitung: 0.20 Sekunden  (vorverarbeitet)  ]