Exemplo n.º 1
0
 def _make_mres(self):
     if self._is_async:
         return AsyncResult()
     else:
         return MultiResult()