https://github.com/pavel-krivanek/posixsharedmemory
Posix Shared Memory binding for Pharo
https://github.com/pavel-krivanek/posixsharedmemory
pharo
Last synced: 8 months ago
JSON representation
Posix Shared Memory binding for Pharo
- Host: GitHub
- URL: https://github.com/pavel-krivanek/posixsharedmemory
- Owner: pavel-krivanek
- License: mit
- Created: 2017-05-04T14:17:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T06:51:59.000Z (about 7 years ago)
- Last Synced: 2025-01-21T04:22:09.476Z (over 1 year ago)
- Topics: pharo
- Language: Smalltalk
- Size: 32.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PosixSharedMemory
Posix Shared Memory binding for Pharo
### How to load
```
Metacello new
baseline: 'PosixSharedMemory';
repository: 'github://pavel-krivanek/PosixSharedMemory/src';
load.
```