rust-async-task 4.4.0-2 source package in Ubuntu

Changelog

rust-async-task (4.4.0-2) unstable; urgency=medium

  * update dh-cargo fork;
    closes: bug#1048464, thanks to Lucas Nussbaum
  * update DEP-3 patch headers

 -- Jonas Smedegaard <email address hidden>  Mon, 14 Aug 2023 13:04:14 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rust-async-task_4.4.0-2.dsc 2.5 KiB da22e93f4bfdd4f4308254dfa1b2fc5763c2788b38561f9264ae3b038b1bb472
rust-async-task_4.4.0.orig.tar.gz 31.6 KiB d64b05a8e6ff5fa526d2a16536cb2aec4927dac7d0014067b93298d1a2c40f23
rust-async-task_4.4.0-2.debian.tar.xz 12.5 KiB 93c46da4614da39ecf27c928c346dfbb905649e5f5a255e4eea1c846222cc493

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.