PocketMine-MP 5.35.1 git-e32e836dad793a3a3c8ddd8927c00e112b1e576a
|
Public Member Functions | |
__construct (mixed $variable) | |
deserialize () | |
This class automatically serializes values which can't be shared between threads. This class does NOT enable sharing the variable between threads. Each call to deserialize() will return a new copy of the variable.
@phpstan-template TValue
Definition at line 38 of file NonThreadSafeValue.php.
pocketmine\thread\NonThreadSafeValue::__construct | ( | mixed | $variable | ) |
@phpstan-param TValue $variable
Definition at line 44 of file NonThreadSafeValue.php.
pocketmine\thread\NonThreadSafeValue::deserialize | ( | ) |
Returns a deserialized copy of the original variable.
@phpstan-return TValue
Definition at line 55 of file NonThreadSafeValue.php.