Skip to content

haodemon/Sub-Future

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sub-Future

An implementation of futures (or promises) in Perl.  See
http://en.wikipedia.org/wiki/Futures_and_promises for more
details about the concept.

INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc Sub::Future

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Sub-Future

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/Sub-Future

    CPAN Ratings
        http://cpanratings.perl.org/d/Sub-Future

    Search CPAN
        http://search.cpan.org/dist/Sub-Future/


COPYRIGHT AND LICENCE

Copyright (C) 2008 Michael Hendricks

This program is released under the following license: mit

About

Perl concurrency with futures

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 97.7%
  • Other 2.3%