parent: simplify route() call
Doesn't need to go via defer() since it's always running on the broker thread.
This commit is contained in:
parent
08b80b543f
commit
fa804c7c80
|
@ -501,7 +501,7 @@ class ModuleForwarder(object):
|
|||
self.importer._request_module(fullname, callback)
|
||||
|
||||
def _send_one_module(self, msg, tup):
|
||||
self.router.route(
|
||||
self.router._async_route(
|
||||
mitogen.core.Message.pickled(
|
||||
tup,
|
||||
dst_id=msg.src_id,
|
||||
|
|
Loading…
Reference in New Issue