std.create_shm

std

create_shm(name, data) -> ret, err

Create a POSIX shared memory object

Creates a POSIX shared memory segment named name and initializes it with the contents of data. Returns 0 on success, or nil and an error string on failure.