def spawn_later(self, delay, *args, **kwargs): return self.spawn_wrap(functools.partial(gevent.spawn_later, delay), *args, **kwargs)