1
0
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:
coderstephen 2015-08-31 04:21:44 -05:00
parent c39a5708df
commit 52aa8a7255

View File

@ -20,6 +20,7 @@ class Parcel implements ParcelInterface
{
$this->mutex = new Mutex();
$this->storage = new Internal\Storage();
$this->storage->set($value);
}
/**