Test::State
Section: Debian Package Checker (3)
Updated: 2019-04-04
Page Index
NAME
Test::State -- Functions for inter-process communications for tests
SYNOPSIS
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);
DESCRIPTION
Functions for permanent test worker threads to communicate with the
harness.