We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我现在要实现一个功能,类似于Promise.race() 就是只要有一个任务成功了,就算成功,其他的任务就不要执行了,我需要在异步函数中调用Close方法
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
ok,我添加一个close方法
No branches or pull requests
我现在要实现一个功能,类似于Promise.race() 就是只要有一个任务成功了,就算成功,其他的任务就不要执行了,我需要在异步函数中调用Close方法
The text was updated successfully, but these errors were encountered: