0.4.0
Added
AsyncTask.with_timeout()
has been added back.
Changed
poll()
anditer_poll()
now return aResult<T, TaskError>
.std::time::Duration
has been replaced withweb_time::Duration
.into_parts()
has been replaced withbuild()
.
AsyncTask.with_timeout()
has been added back.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()
.