> On 29 Sep 2019, at 14:14, Eko palypse <ekopaly...@gmail.com> wrote: > > Unfortunately, I can't make all callbacks synchronous or asynchronous because > this has negative effects on the application in one way or another. Surely you can make all callbacks async? You do not have to have them wait, they can complete their work in one call. sync == async-that-does-not-await Barry -- https://mail.python.org/mailman/listinfo/python-list
- Synchronous and Asynchronous callbacks Eko palypse
- Re: Synchronous and Asynchronous callbacks Eko palypse
- Re: Synchronous and Asynchronous callbacks Barry Scott
- Re: Synchronous and Asynchronous callbacks Eko palypse
- Re: Synchronous and Asynchronous callbacks Barry Scott
- Re: Synchronous and Asynchronous callbac... Eko palypse