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

Changelog

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

  * Non-maintainer upload.
  * Add patch 1001 to add feature requirement to example (Closes: #1055099)

 -- Peter Michael Green <email address hidden>  Mon, 27 Nov 2023 15:31:12 +0000

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.1.dsc 2.6 KiB 1478dde4fd998fc62b5a4a9fa5e629988f9e6813fd6b926461cbb1e02b03bfab
rust-async-task_4.5.0.orig.tar.gz 33.0 KiB 444cf9c109f50230c7cb7324ed15b22ed84da9a5c4b2dc3b05cec744375dff68
rust-async-task_4.5.0-1.1.debian.tar.xz 15.9 KiB 47a70301c48813f27b52cd5495b24af98632d0632d4faa2725eba4f109a2c64e

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.