The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Padre::Swarm::Identity - represent a unique identity in the swarm

SYNOPSIS

my $id = $message->identity;
printf(
    '%s @[%s] using resource %s on service %s',
    $id->nickname,
    $id->transport,
    $id->resource,
    $id->service,
);
my $swarm_id = $id->canonical;

DESCRIPTION

Attempt to make anything and everything addressable. More work needed.