rust-async-task 4.7.0-3 source package in Ubuntu

Changelog

rust-async-task (4.7.0-3) unstable; urgency=medium

  * fix omit autopkgtest without feature std

 -- Jonas Smedegaard <email address hidden>  Thu, 29 Feb 2024 01:23:45 +0100

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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rust-async-task_4.7.0-3.dsc 2.6 KiB 1444065a30f3454011d4641de607d3f50061e5eca396094b91edbfd6d2acf9f5
rust-async-task_4.7.0.orig.tar.gz 34.0 KiB 4fedd04e7c0258219b363c6f0f0f728d45964119a37af44e14286c2ea32b7c03
rust-async-task_4.7.0-3.debian.tar.xz 16.1 KiB 0c7210da6da1bf738af1792d8f524c8f60ee1573b163336be0c9d4ad64868b59

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.