blob: 1c1ae9d2e8938b1fc3611bc721e2857ae98ff386 (
plain) (
blame)
1
2
3
4
|
The IPC::Mmap::Share was born out of the need to share structures among
processes that come from the same ancestor. It tries to do so in a very simple
and straightforward manner. Just create an IPC::Mmap::Share object, and use set
to store your data and get to get it back.
|