libfuture-perl binary package in Ubuntu Focal s390x

 A Future object represents an operation that is currently in progress, or
 has recently completed. It can be used in a variety of ways to manage the
 flow of control, and data, through an asynchronous program.
 .
 Some futures represent a single operation and are explicitly marked as ready
 by calling the done or fail methods. These are called "leaf" futures here,
 and are returned by the new constructor.
 .
 Other futures represent a collection sub-tasks, and are implicitly marked as
 ready depending on the readiness of their component futures as required.
 These are called "dependent" futures here, and are returned by the various
 wait_* and need_* constructors.
 .
 It is intended that library functions that perform asynchronous operations
 would use Future objects to represent outstanding operations, and allow their
 calling programs to control or wait for these operations to complete. The
 implementation and the user of such an interface would typically make use of
 different methods on the class. The methods below are documented in two
 sections; those of interest to each side of the interface.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2020-01-11 14:28:40 UTC Published Ubuntu Focal s390x release main perl Optional 0.43-1
  • Published
  • Copied from ubuntu focal-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Focal s390x proposed main perl Optional 0.43-1
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to Release

  • Published
  • Copied from ubuntu focal-proposed amd64 in Primary Archive for Ubuntu
  2020-01-11 14:29:16 UTC Superseded Ubuntu Focal s390x release main perl Optional 0.42-1
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of libfuture-perl 0.43-1 in ubuntu focal PROPOSED
  • Published
  • Copied from ubuntu focal-proposed amd64 in Primary Archive for Ubuntu
  2020-01-12 18:10:08 UTC Deleted Ubuntu Focal s390x proposed main perl Optional 0.42-1
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to Release

  • Published
  • Copied from ubuntu focal-proposed amd64 in Primary Archive for Ubuntu
  2019-11-15 03:53:18 UTC Superseded Ubuntu Focal s390x release main perl Optional 0.41-1
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of libfuture-perl 0.42-1 in ubuntu focal PROPOSED
  • Published
  • Copied from ubuntu eoan-proposed amd64 in Primary Archive for Ubuntu