ralhei / pyRserve

A python client for Rserve (network layer to remote R server)
Other
47 stars 13 forks source link

How to make conn.voidEval() asynchronous? #33

Open 0106WeiWeiDeng opened 1 year ago

0106WeiWeiDeng commented 1 year ago

Hi, all pyRserve is very nice project, and I want to use it in my web app. I have a question that how to make conn.voidEavl() function to be asynchronous, for example combining it with aiohttp.

Thanks in advance.

0106WeiWeiDeng commented 1 year ago

Can I using asyncio.to_thread() to make conn.voidEval() asynchronous?