Bugfixes
* Queue now has a destroy() method * Examples updated
This commit is contained in:
@ -32,3 +32,4 @@ if (!$shm->set("some.counter", $counter + 1, true)) {
|
||||
echo "some.counter has been modified since last read\n";
|
||||
}
|
||||
|
||||
$shm->destroy();
|
Reference in New Issue
Block a user