Pike v8.0 release 498

Method Concurrent.first_completed()


Method first_completed

variant Future first_completed(array(Future) futures)
variant local Future first_completed(Future ... futures)

Returns

A Future that represents the first of the futures that completes.

See also

race()