FutureValue
final class FutureValue implements Future (View source)
A future that always resolves in a value.
Methods
                    mixed
                
                
                    get(int|float|null $timeout)
        
                                            
                
            Waits for a given future resource to resolve and throws errors if any.
Details
        
                            mixed
    get(int|float|null $timeout)
        
    
    Waits for a given future resource to resolve and throws errors if any.