Deferred22
Constructors
Models
Guards
Getters
Completion
completeconstRuns the supplied Effect and attempts to complete the Deferred with its memoized result.completeWithconstAttempts to complete the Deferred with the specified effect directly.dieconstAttempts to complete the Deferred with a defect.dieSyncconstComputes a defect when the returned effect is run, then attempts to complete the Deferred with that defect.doneconstCompletes the Deferred with the specified Exit value, which will be propagated to all fibers waiting on the value of the Deferred.failconstAttempts to complete the Deferred with the specified error.failCauseconstAttempts to complete the Deferred with the specified Cause.failCauseSyncconstComputes a Cause when the returned effect is run, then attempts to complete the Deferred with that cause.failSyncconstComputes an error when the returned effect is run, then attempts to complete the Deferred with that error.interruptconstAttempts to complete the Deferred with interruption by the current fiber.interruptWithconstAttempts to complete the Deferred with interruption by the specified FiberId.succeedconstAttempts to complete the Deferred with the specified value.syncconstComputes a value when the returned effect is run, then attempts to complete the Deferred with that value.