agronholm/anyio

[Question] Removal of create_queue, recommendation for producer/consumer workflows?

Closed this issue · 2 comments

Just ported a pet library of mine to anyio, then noticed the removal of create_queue which I was using.

Is there a recommendation for producer/consumer workflows (the queue contains objects rather than text/json)?

Thanks.

I haven't pushed that commit yet but queues will be replaced in v2.0 with memory object streams (similar to memory channels in trio).

I've just committed the implementation of memory object streams to master. Have fun!