Traveler Traveler Traveler
  • User Guide
  • Demo
  • API
/

On this page

  • SharedMemory.unlink()
traveler 0 0
Edit this page
  1. Traveler /
  2. traveler.skims.omx.SharedMemory.unlink

traveler.skims.omx.SharedMemory.unlink#

SharedMemory.unlink()#

Requests that the underlying shared memory block be destroyed.

Unlink should be called once (and only once) across all handles which have access to the shared memory block, even if these handles belong to different processes. Closing and unlinking may happen in any order, but trying to access data inside a shared memory block after unlinking may result in memory errors, depending on platform.

This method has no effect on Windows, where the only way to delete a shared memory block is to close all handles.

© 2026, Driftless Labs

Made with Sphinx and Shibuya theme.