全部搜索项
buster  ] [  bullseye  ] [  bookworm  ] [  trixie  ] [  sid  ]
[ 源代码: libfuture-perl  ]

软件包:libfuture-perl(0.39-1)

libfuture-perl 的相关链接

Screenshot

Debian 的资源:

下载源码包 libfuture-perl

维护小组:

外部的资源:

相似软件包:

module for operations awaiting completion

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.

标签: 软件开发: Perl 开发, 函数库, 实做语言: Perl

其他与 libfuture-perl 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 libfuture-perl

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
all 72.7 kB177.0 kB [文件列表]