Skip to content

v0.4.0

Choose a tag to compare

@nuzzles nuzzles released this 02 Dec 17:04
· 20 commits to main since this release

0.4.0

Added

  • AsyncTask.with_timeout() has been added back.

Changed

  • poll() and iter_poll() now return a Result<T, TaskError>.
  • std::time::Duration has been replaced with web_time::Duration.
  • into_parts() has been replaced with build().