File: 10loop-select-io.t

package info (click to toggle)
libio-async-perl 0.72-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,096 kB
  • sloc: perl: 12,957; makefile: 11
file content (7 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
#!/usr/bin/perl

use strict;
use warnings;

use IO::Async::LoopTests;
run_tests( 'IO::Async::Loop::Select', 'io' );