[Twisted-Python] Weekly Bug Summary
Bug summary __ Summary for 2019-07-07 through 2019-07-14 Opened Closed Total Change Enhancements: 0 0 1415 +0 Defects: 2 0961 +2 Tasks: 0 0 9
Re: [Twisted-Python] Twisted tips for designing highly concurrent twisted REST API
Hi, Thank you all for your kind response. So, I am trying to use treq library import treq @defer.inlinecallbacks def long_computation(rec_type, data): # some long computation *defer.returnValue(recs)* @defer.inlinecallbacks def fetch_data(user_id): r = yield treq.get('url/t