Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Deprecate$timeout argument forawait*() functions#59

New issue

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
SimonFrings merged 1 commit intoclue:masterfromclue-labs:deprecate-timeout
Oct 18, 2021

Conversation

@clue
Copy link
Owner

This changeset deprecates the$timeout argument for theawait(),awaitAny() andawaitAll() functions. API authors creating promises are expected to provide means to configure a timeout for the promise instead. For more details, see also thetimeout() function.

// deprecatedClue\React\Block\await($promise,$loop,$timeout);Clue\React\Block\awaitAny($promises,$loop,$timeout);Clue\React\Block\awaitAll($promises,$loop,$timeout);// still supportedClue\React\Block\await($promise,$loop);Clue\React\Block\awaitAny($promises,$loop);Clue\React\Block\awaitAll($promises,$loop);

Refs#14/#17

@clueclue added this to thev1.5.0 milestoneOct 17, 2021
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

1 more reviewer

@SimonFringsSimonFringsSimonFrings approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Projects

None yet

Milestone

v1.5.0

Development

Successfully merging this pull request may close these issues.

2 participants

@clue@SimonFrings

[8]ページ先頭

©2009-2025 Movatter.jp