Icicle\Concurrent\Threading\Internal\Storage::get PHP Method

get() public method

public get ( ) : mixed
return mixed
    public function get()
    {
        return $this->value;
    }

Usage Example

Example #1
0
 /**
  * {@inheritdoc}
  */
 public function unwrap()
 {
     return $this->storage->get();
 }