-
Notifications
You must be signed in to change notification settings - Fork 34
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
feat: 一時停止機能 #837
feat: 一時停止機能 #837
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
|
用語としてpause/unpauseよりsuspend/resumeが自然な気がするんですけどどうでしょう? |
個人的には「リソース節約状態になる一時停止」がsuspend、「いつでも再開できる一時停止」がpauseというイメージがあります。 |
Co-authored-by: Take-John <105504345+takejohn@users.noreply.github.com>
Co-authored-by: salano_ym <53254905+salano-ym@users.noreply.github.com> Co-authored-by: uzmoi <rizzzse@gmail.com>
What
interpreter.pause()
で実行の一時停止ができるようにします。interpreter.unpause()
で再開します。Playgroundへのボタンの追加も行っています。
Additional info (optional)
再開後に
Async:
系の待ち時間がリセットされる不具合がありますが、修正の目処は立っていません