Currently all IO seems to be done synchronously, but a POC should be easily made by likely duplicating src/client.rs and enabling bufstream's feature tokio and making all the (necessary) functions async.
Though i guess due to the name, it will be using tokio specific things instead of more generalized async types.
Currently all IO seems to be done synchronously, but a POC should be easily made by likely duplicating
src/client.rsand enablingbufstream's featuretokioand making all the (necessary) functions async.Though i guess due to the name, it will be using
tokiospecific things instead of more generalized async types.