File: tokio_unnamed_pipe.rs

package info (click to toggle)
rust-interprocess 2.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,016 kB
  • sloc: makefile: 2
file content (6 lines) | stat: -rw-r--r-- 119 bytes parent folder | download
1
2
3
4
5
6
mod basic;

use super::util::{tokio::*, TestResult};

#[test]
fn basic() -> TestResult { test_wrapper(basic::main()) }