bthread or not 同步或异步 异步或bthread bthread or not 我应该选择在什么地方使用bthread。 brpc提供了异步接口 ,所以一个常见的问题是:我应该用异步接口还是bthread? 短回答:延时不高时你应该先用简单易懂的同步接口,不行的话用异步接口,只有在需要多核并行计算时才用bthread。 同步或...
创建Table实例 基于Future的异步API 创建Table实例 通过PegasusClientInterface::openTable() 方法获取PegasusTableInterface的对象实例: /** * Open a table. Please notice that pegasus support two kinds of ...