Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 265 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 265 Bytes

tube

  • 阶段一:实现本地内存型的消息队列

  • 阶段二:实现持久化存储的消息队列(实现硬盘顺序读写)

  • 阶段三:实现网络restful、tcp客户端收发

  • 阶段四:实现延时队列(定时任务)