table of contents
other versions
| Test::State(3) | Debian Package Checker | Test::State(3) |
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.
| 2019-02-25 | Lintian v2.9.1 |