Skip to main content

Crate group_interface

Crate group_interface 

Source

Structs§

Target
发送目标结构

Functions§

global_runtime_handle
获取全局运行时句柄
log
sharing_stream
共享读写,用Arc实现共享读写,将TcpStream劈成读写两部分,便于异步线程同时读写, 减少TcpStream读写的竞争,因为TcpStream是全双工的
test
程序测试用,会在终端打印出“controller test……ok“,说明调用GroupController的功能正常
who