Class Thread.Farm()->ResultWrapper

Inheritance graph
8.0::Thread.Farm.Result 8.0::Thread.Farm.ResultWrapper
Description

A wrapper for an asynchronous result.

Note

This wrapper is used to detect when the user discards the values returned from run() or run_multiple(), so that any errors thrown aren't lost.

Note

This class has been removed in Pike 9.0 and later. Places that used this class there instead use Concurrent.Future.


Inherit Result

inherit Result : Result

Description

Inherits Pike.ProxyFactory(Result)

See also

Pike.ProxyFactory()