[go: up one dir, main page]

tokio 0.2.18

An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications.
Documentation
1
2
3
4
//! Unix-specific extensions to primitives in the `tokio_fs` module.

mod symlink;
pub use self::symlink::symlink;