Bug 1858509 add thread-safety annotations around MediaSourceDemuxer::mMonitor r=alwu
[gecko.git] / ipc / docs / index.rst
blob0485fdd768a0a19864b7c5ce1adf0dafbd667b4e
1 Processes, Threads and IPC
2 ==========================
4 These pages contain the documentation for Gecko's architecture for platform
5 process and thread creation, communication and synchronization.  They live
6 in mozilla-central in the 'ipc/docs' directory.
8 .. toctree::
9     :maxdepth: 3
11     ipdl
12     processes
13     utility_process
15 For inter-process communication involving Javascript, see `JSActors`_.  They
16 are a very limited case, used for communication between elements in the DOM,
17 which may exist in separate processes.  They only involve the main process and
18 content processes -- no other processes run Javascript.
20 .. _JSActors: /dom/ipc/jsactors.html