📄 complements
字号:
1. there is a bug in the NonBlockingServer: if there is no any event, the thread's gonna exit. so probably I need add a while to wrap the current loop2. As for CircularBuffer, when the buffer object is full, but new data still come in, the current version just throws a exception, I need to modify it so that the the coming data can replace the out-of-date data, instead of raising exceptions.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -