Skip to content

v2.38.0

Choose a tag to compare

@ioquatix ioquatix released this 08 Mar 09:17
· 8 commits to main since this release
9182cde
  • Rename Task#stop to Task#cancel for better clarity and consistency with common concurrency terminology. The old stop method is still available as an alias for backward compatibility, but it is recommended to use cancel going forward.
  • Forward arguments from Task#wait -> Promise#wait, so task.wait(timeout: N) is supported.