Folly
的余下内容分为
- [ ]
synchronization
- [ ]
- [ ]
memory
- [ ]
- [ ]
logging
- [ ]
- [ ]
io
- [ ]
- [ ]
gen
- [ ]
- [ ]
fibers
- [ ]
- [ ]
executors
- [ ]
- [ ]
concurrency
- [ ]
Executor
KeepAlive
是对Executor
的安全引用,Executor
析构时会join
所有KeepAlive
对象。
ThreadExecutor
对于每个task
启动一个线程执行,通过channel
通知任务添加、删除、结束。golang
中的select channel
用法。
ThreadPoolExecutor
IO/CPUThreadPoolExecutor
的基类,提供了统计功能等通用信息。
IOThreadPoolExecutor
提供多个ioThread
,每个ioThread
允许event_base loop
。
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。