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

Changelog

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

  [ upstream ]
  * new release(s)

  [ Jonas Smedegaard ]
  * bump project versions in virtual packages and autopkgtests
  * update and unfuzz patch
  * update dh-cargo fork
  * update copyright info: update coverage
  * add patch 2002 to accept older branch of crate futures-lite
  * build- and autopkgtest-depend explicitly
    on package for crate futures-lite

 -- Jonas Smedegaard <email address hidden>  Thu, 18 Jan 2024 03:55:48 +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-1.dsc 2.6 KiB eaf534fe8819d23284cad646031611ffc2eebd4fc1ea536341f8bbf155dca1a7
rust-async-task_4.7.0.orig.tar.gz 34.0 KiB 4fedd04e7c0258219b363c6f0f0f728d45964119a37af44e14286c2ea32b7c03
rust-async-task_4.7.0-1.debian.tar.xz 15.9 KiB 5465bfabe82554d062e2b128280a28e22584fb6fd6f29cb2936dc42dc9681e1e

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.