File: 13loop-poll-idle.t

package info (click to toggle)
libio-async-perl 0.804-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,184 kB
  • sloc: perl: 13,884; makefile: 8
file content (8 lines) | stat: -rw-r--r-- 130 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/perl

use v5.14;
use warnings;

use Test2::V0;
use IO::Async::LoopTests;
run_tests( 'IO::Async::Loop::Poll', 'idle' );