We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 008f3a1 commit 903b692Copy full SHA for 903b692
1 file changed
doc/vital/Async/Promise.txt
@@ -380,6 +380,7 @@ wait({promise}[, {options}]) *Vital.Async.Promise.wait()*
380
on_unhandled_rejection({callback}) *Vital.Async.Promise.on_unhandled_rejection*
381
382
Set callback to catch all unhandled rejected promise's result.
383
+ If {callback} throws error, |Async.Promise| does not handle it.
384
385
The {callback} is |Funcref|, it's argument can be unhandled thrown error or unhandled rejected value.
386
0 commit comments