File: Readme.md

package info (click to toggle)
rust-perfrecord-mach-ipc-rendezvous 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 532 kB
  • sloc: makefile: 4
file content (12 lines) | stat: -rw-r--r-- 584 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# perfrecord-mach-ipc-rendzvous

This crate has some code that allows establishing two-way mach communication between
a parent process and a child process.

This code was originally written by pcwalton for ipc-channel. I needed some extra
functionality to be able to send raw ports, namely `mach_task_self()`, so I forked
the code. I may also remove large pieces of functionality that I don't need, so
that the size of the perfrecord-preload library gets reduced.

This is a separate crate, rather than just a mod inside perfrecord, so that it can
also be used by perfrecord-preload.