Skip to content

put_nowait is not threadsafe #222

Closed
@rmorshea

Description

@rmorshea

In idom.Layout we use asyncio.Queue.put_nowait as if it were threadsafe. However we need to use loop.call_soon_threadsafe instead.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions