Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@simbleau simbleau released this 02 Dec 17:04

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().