I am reading some thrift service code and found a lot of names like this:
async_eb_function_name(...) or async_tm_function_name(...)
What are they? It seems to me the prefix: async_eb_ and async_tm_ are both auto added. What are they and what's the difference?