1Test2::IPC(3) User Contributed Perl Documentation Test2::IPC(3)
2
3
4
6 Test2::IPC - Turn on IPC for threading or forking support.
7
9 You should "use Test2::IPC;" as early as possible in your test file. If
10 you import this module after API initialization it will attempt to
11 retrofit IPC onto the existing hubs.
12
13 DISABLING IT
14 You can use "no Test2::IPC;" to disable IPC for good. You can also use
15 the T2_NO_IPC env var.
16
18 All exports are optional.
19
20 cull()
21 Cull allows you to collect results from other processes or threads
22 on demand.
23
25 The source code repository for Test2 can be found at
26 http://github.com/Test-More/test-more/.
27
29 Chad Granum <exodist@cpan.org>
30
32 Chad Granum <exodist@cpan.org>
33
35 Copyright 2018 Chad Granum <exodist@cpan.org>.
36
37 This program is free software; you can redistribute it and/or modify it
38 under the same terms as Perl itself.
39
40 See http://dev.perl.org/licenses/
41
42
43
44perl v5.26.3 2018-03-30 Test2::IPC(3)