NAME

RDF::Trine::Promise - Promise object

VERSION

This document describes RDF::Trine::Promise version 1.000.

SYNOPSIS

use RDF::Trine::Promise;
my $promise = RDF::Trine::Promise->new( sub { ... } );
...
my $value = $promise->value;

METHODS

new ( \&closure )
value

Returns the promised value.

AUTHOR

Gregory Todd Williams <greg@evilfunhouse.com>

LICENCE AND COPYRIGHT

Copyright (c) 2007, Gregory Todd Williams <gwilliams@cpan.org>. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.