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

Changelog

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

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * unfuzz patch
  * bump version for provided virtual packages and autopkgtest hints

 -- Jonas Smedegaard <email address hidden>  Sun, 16 Jul 2023 11:25:00 +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-1.dsc 2.5 KiB c3d7950066c1faa695390101e97d01d867cd6c28269fa9ed7c28b64ccae412a7
rust-async-task_4.4.0.orig.tar.gz 31.6 KiB d64b05a8e6ff5fa526d2a16536cb2aec4927dac7d0014067b93298d1a2c40f23
rust-async-task_4.4.0-1.debian.tar.xz 12.4 KiB e510fd8d65a17d6c7f7f8963f0a6dc7b4d1df013c51e1a94d1ef76cd4449ddcf

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.