* Terminates with a cause that dies with the specified defect.
(defect: Err)
| 36 | * Terminates with a cause that dies with the specified defect. |
| 37 | */ |
| 38 | die<Err>(defect: Err): Promise<B> |
| 39 | |
| 40 | /** |
| 41 | * Terminates with a cause that dies with a `Throwable` with the specified |
no outgoing calls