The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.03 - 2021-05-05

  • Added events() class function, returns hash reference details of each event that's been created
  • Added id() object method; returns the ID of the event
  • Added info() object method; returns an href of details about the event
  • Added shared_scalar() object method; Returns a reference to a scalar that resides in shared memory. We use IPC::Shareable for the backend
  • Fixed issue where fractional seconds weren't being honoured
  • POD updates, including a new SYNOPSIS
  • Added accessor methods for most object attributes

Modules

Timed and one-off asynchronous events