معرفی شرکت ها


libfuture-perl_0.49-1_all.deb


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

module for operations awaiting completion
ویژگی مقدار
سیستم عامل Linux
توزیع Debian Bookworm-12
مخزن Debian main all
نام بسته libfuture-perl
نام فایل بسته libfuture-perl_0.49-1_all.deb
نسخه بسته 0.49
انتشار بسته 1
معماری بسته all
نگهدارنده Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
تاریخ ساخت -
هاست سازنده -
نوع بسته .deb
آدرس صفحه اصلی https://metacpan.org/release/Future
مجوز -
حجم دانلود 81492
حجم نصب 194
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:any


نحوه نصب


نصب پکیج deb libfuture-perl:

    sudo apt-get install libfuture-perl_0.49-1_all.deb


فایل ها

مسیرها
./usr/share/doc/libfuture-perl/NEWS.Debian.gz
./usr/share/doc/libfuture-perl/changelog.Debian.gz
./usr/share/doc/libfuture-perl/changelog.gz
./usr/share/doc/libfuture-perl/copyright
./usr/share/man/man3/Future.3pm.gz
./usr/share/man/man3/Future::Exception.3pm.gz
./usr/share/man/man3/Future::Mutex.3pm.gz
./usr/share/man/man3/Future::Phrasebook.3pm.gz
./usr/share/man/man3/Future::Utils.3pm.gz
./usr/share/man/man3/Test::Future.3pm.gz
./usr/share/man/man3/Test::Future::Deferred.3pm.gz
./usr/share/perl5/Future/Exception.pm
./usr/share/perl5/Future/Mutex.pm
./usr/share/perl5/Future/PP.pm
./usr/share/perl5/Future/Phrasebook.pod
./usr/share/perl5/Future/Utils.pm
./usr/share/perl5/Future.pm
./usr/share/perl5/Test/Future/Deferred.pm
./usr/share/perl5/Test/Future.pm