mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-28 11:11:47 +02:00
...
This commit is contained in:
@@ -33,9 +33,10 @@ def make_filename(prefix: str) -> str:
|
||||
|
||||
class SharedMemory:
|
||||
'''
|
||||
Create or access randomly named shared memory.
|
||||
Create or access randomly named shared memory. To create call with empty name and specific size.
|
||||
To access call with name only.
|
||||
|
||||
WARNING: The actual size of the shared memory wmay be larger than the requested size.
|
||||
WARNING: The actual size of the shared memory may be larger than the requested size.
|
||||
'''
|
||||
_fd: int = -1
|
||||
_name: str = ''
|
||||
|
||||
Reference in New Issue
Block a user