Test::State -- Functions for inter-process communications for tests
use Test::State; use IO::Async::Channel; my $testcase = {}; my $child_out_ch = IO::Async::Channel->new; my $state = Test::State->new($testcase, $child_out_ch);
Functions for permanent test worker threads to communicate with the harness.