Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 198 Bytes

Task.md

File metadata and controls

1 lines (1 loc) · 198 Bytes

task底层使用Unix Socket管道通信,是全内存的,没有IO消耗。单进程读写性能可达100万/s,不同的进程使用不同的管道通信,可以最大化利用多核。