emews / EQ-SQL

1 stars 0 forks source link

Include futures in both Python and R apis #17

Closed jozik closed 1 year ago

jozik commented 2 years ago

Create non-blocking future like calls in eq.py and eq.R.

For Python, futures in the concurrent package

For R, could use the future package https://cran.r-project.org/web/packages/future/index.html