-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
JA : Translate middle of "setImmediate" #2356
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-Authored-By: Ryuichi Okumura <[email protected]>
自分も上手い翻訳が思い浮かばなかったので助かります。 Co-Authored-By: Ryuichi Okumura <[email protected]>
おっしゃる通り、無理に原文にあわせなくても良さそうですね。 Co-Authored-By: Ryuichi Okumura <[email protected]>
翻訳し損ねてました... おっしゃる通りです。 Co-Authored-By: Ryuichi Okumura <[email protected]>
typoです... Co-Authored-By: jigsaw <[email protected]>
…g into translate/guide
…g into translate/guide
…g into translate/guide
@nodejs/nodejs-ja , Please have a review. |
`setImmediate()` は `Immediate` オブジェクトを返します。 | ||
これを使用して、スケジュールされた Immediate をキャンセル (下記の `clearImmediate()` を参照) できます。 | ||
|
||
Note: Don't get `setImmediate()` confused with `process.nextTick()`. There are |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
この辺はこのままいく感じですか
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ちょっと中途半端感がありますね。途中までやるとしても"Clearing the Future"の前までやるとかですかね…。
--> | ||
# Node.js のタイマーと仕組み | ||
|
||
Node.js の Timers モジュールには、 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
下で「タイマーをインポート」とか言っているので、ここもタイマーモジュールでいいと思いました。
Node.js の Timers モジュールには、 | |
Node.js のタイマーモジュールには、 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Hi
I translate a part of guide middle of "setImmediate".