[feature] Using cbor2
to read streams asynchronously in an asyncio
application
#76
Labels
cbor2
to read streams asynchronously in an asyncio
application
#76
Hi,
I would like to use
cbor2
to read CBOR streams in the context of anasyncio
application.From what I see, it is not possible now. Is that right?
From looking at the code, it looks like one should do the
read()
function ofDecoder
async, and then propagate the changes; eachbecomes
So I suppose it is not a quick change to be done, as most things need to become asynchronous.
Regarding the C extension, I am not sure what would be involved.
The text was updated successfully, but these errors were encountered: