rust-async-task 4.3.0-1 source package in Ubuntu

Changelog

rust-async-task (4.3.0-1) unstable; urgency=medium

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * bump upstream version
    in provided virtual packages and autopkgtest notes

 -- Jonas Smedegaard <email address hidden>  Thu, 14 Jul 2022 15:41:12 +0200

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
rust-async-task_4.3.0-1.dsc 2.1 KiB f61dfe47e2a48c6464a8f941b21d73948e59db0e657ceacf4afb2a1f1e407057
rust-async-task_4.3.0.orig.tar.gz 26.8 KiB fd4e21d546d03ec7f91c26001b5ed7d4ed420b59695ceac591939f2ed898999b
rust-async-task_4.3.0-1.debian.tar.xz 10.0 KiB bc94a7686686e206d9ff672489a01db1b1762d1cc19e74c883872b634d0e3289

Available diffs

No changes file available.

Binary packages built by this source

librust-async-task-dev: task abstraction for building executors - Rust source code

 async-task provides task abstraction for building executors.
 .
 To spawn a future onto an executor,
 we first need to allocate it on the heap
 and keep some state attached to it.
 The state indicates whether the future is ready for polling,
 waiting to be woken up, or completed.
 Such a stateful future is called a task.
 .
 This package contains the source
 for the Rust async-task crate,
 packaged for use with cargo and dh-cargo.