We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In idom.Layout we use asyncio.Queue.put_nowait as if it were threadsafe. However we need to use loop.call_soon_threadsafe instead.
idom.Layout
asyncio.Queue.put_nowait
loop.call_soon_threadsafe