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

Changelog

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

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * drop patch 2002, obsoleted by Debian package changes
  * bump project version in virtual packages and autopkgtests
  * provide and autopkgtest feature portable-atomic;
    (build-)depend on package for crate portable-atomic

 -- Jonas Smedegaard <email address hidden>  Thu, 19 Oct 2023 14:46:47 +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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rust-async-task_4.5.0-1.dsc 2.5 KiB f9ddcb97434daeeb451f7e00f1abdcc25f452803b4d01eb90a7b7428a372158a
rust-async-task_4.5.0.orig.tar.gz 33.0 KiB 444cf9c109f50230c7cb7324ed15b22ed84da9a5c4b2dc3b05cec744375dff68
rust-async-task_4.5.0-1.debian.tar.xz 15.6 KiB 186909a00391c1bcea5c531f4d608ad232397c3c0bb6098811b465c0491a91bc

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.