1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-21 08:31:00 +00:00
serenity/Libraries
Robin Burchell b907608e46 SharedBuffer: Split the creation and share steps
This allows us to seal a buffer *before* anyone else has access to it
(well, ok, the creating process still does, but you can't win them all).

It also means that a SharedBuffer can be shared with multiple clients:
all you need is to have access to it to share it on again.
2019-07-18 10:06:20 +02:00
..
LibAudio SharedBuffer: Split the creation and share steps 2019-07-18 10:06:20 +02:00
LibC SharedBuffer: Split the creation and share steps 2019-07-18 10:06:20 +02:00
LibCore ps: Port to using CProcessStatisticsReader and /proc/all 2019-07-18 07:23:26 +02:00
LibGUI SharedBuffer: Split the creation and share steps 2019-07-18 10:06:20 +02:00
LibHTML LibHTML: Create anonymous blocks around inline children of blocks. 2019-07-08 17:42:23 +02:00
LibM Libraries: Unbreak "make install" with new directory locations. 2019-07-04 16:41:42 +02:00