mirror of
https://github.com/danog/parallel.git
synced 2024-11-27 04:44:56 +01:00
Fix parcel not containing initial value
This commit is contained in:
parent
c39a5708df
commit
52aa8a7255
@ -20,6 +20,7 @@ class Parcel implements ParcelInterface
|
||||
{
|
||||
$this->mutex = new Mutex();
|
||||
$this->storage = new Internal\Storage();
|
||||
$this->storage->set($value);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user