Description
Asynchronous operations can be represented as Future objects in Perl programs. Developers use this library to compose work that will complete later, such as timers, IO, subprocesses, or network calls handled by other modules. It is a concurrency primitive and does not perform work until integrated with surrounding code.