folly库note(r0)- Executor 2021-06-08cppnotes Executor Executor是一个接口,主要定义了Keepalive这个Subclass. 具体用法见UT:folly/folly/test/ExecutorTest.cpp.