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

Changelog

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

  * omit autopkgtest without any features,
    unsupported to build without feature std
  * add patch 1001 to accept newer branch of crate smol;
    relax build- and autopkgtest-dependencies for crate smol

 -- Jonas Smedegaard <email address hidden>  Sun, 18 Feb 2024 19:54:43 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rust-async-task_4.7.0-2.dsc 2.6 KiB ad0e6095c9e2af6515cc60af769bdaa73cb03291e496bc808fcb3f717f673cf1
rust-async-task_4.7.0.orig.tar.gz 34.0 KiB 4fedd04e7c0258219b363c6f0f0f728d45964119a37af44e14286c2ea32b7c03
rust-async-task_4.7.0-2.debian.tar.xz 16.1 KiB 29d81402d543ffeb9ad04b285f20cef9d6c92e11d63f90d6abcac195c94950b8

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.