rust-async-task 4.3.0-4 source package in Ubuntu

Changelog

rust-async-task (4.3.0-4) unstable; urgency=medium

  * check testsuite during build;
    build-depend on packages for crates
    atomic-waker easy-parallel flaky-test flume once-cell smol
  * add patch 2001
    to avoid checking tests needing crate flaky-test;
    stop build- or autopkgtest-depend on package for crate flaky-test

 -- Jonas Smedegaard <email address hidden>  Fri, 03 Feb 2023 12:11:25 +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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rust-async-task_4.3.0-4.dsc 2.5 KiB 6574e7024f21015c196c0359bc6cca6a152c9fa0a794f12f1f5b0dd085aea391
rust-async-task_4.3.0.orig.tar.gz 26.8 KiB fd4e21d546d03ec7f91c26001b5ed7d4ed420b59695ceac591939f2ed898999b
rust-async-task_4.3.0-4.debian.tar.xz 12.4 KiB c5f7ecd8005e9beb9c1ac83e3dd155023f75f5176a7cf8a75b55259283f69b3f

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.