Replies: 1 comment
-
Hello @empz! The Radashi fork has a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A
timeout
function that takes an async function and a timeout number and will throw an error if the passed function takes longer than the timeout. Maybe even usetryit
under the hood to return error.Not sure if the same function could be used for regular (non-async) functions too.
Beta Was this translation helpful? Give feedback.
All reactions