socket_selector 0.1.2

A thin socket selector layer built on top of the mio layer.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies.mio]
features = ["os-poll", "net"]
version = "0.8.10"

[package]
description = "A thin socket selector layer built on top of the mio layer."
edition = "2021"
include = ["**/*.rs", "Cargo.toml"]
license = "MIT"
name = "socket_selector"
readme = "README.md"
repository = "https://github.com/Bruce0203/socket-selector"
version = "0.1.2"