1. 首页
  2. 数据库
  3. 其它
  4. 3.教程:使用async std编写聊天服务(3.6 聊天服务所有职责角色)

3.教程:使用async std编写聊天服务(3.6 聊天服务所有职责角色)

上传者: 2021-01-14 20:48:58上传 PDF文件 40.63KB 热度 3次
At this point, we only need to start the broker to get a fully-functioning (in the happy case!) chat: 在这一点上,我们只需要启动代理程序就可以得到一个完全正常的运行(在愉快的情况下!)聊天: use async_std::{ io::BufReader, net::{TcpListener, TcpStream, ToSocketAddrs}, prelude::*, task, }; use futures::channel::mpsc; use futur
用户评论