NAME

Promise::XS::Promise - promise object

SYNOPSIS

See Promise::XS.

DESCRIPTION

This is Promise::XS’s actual promise object class. It implements these methods:

  • then()

  • catch()

  • finally()

… which behave as they normally do in promise implementations.