On Tue, Nov 06, 2018 at 12:45:03AM +0100, i...@koeln.ccc.de wrote:
> Also, I may be overlooking things, but I haven't found a way to add a
> task before calling run_forever(), as asyncio will then say the loop
> isn't running yet. So I'm not sure how you would jumpstart in that case.

Ok, I was confused there. It doesn't work by using asyncio.create_task
but it will with loop.create_task.

Sorry for the noise.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to