awestlake87 / pyo3-asyncio

Other
312 stars 48 forks source link

Naming changes for #4 #5

Closed awestlake87 closed 1 year ago

awestlake87 commented 3 years ago

Removed into_future in favor of a PyFuture struct as described in #4

awestlake87 commented 3 years ago

Deprecated into_coroutine in favor of future_into_py, restored into_future (although I'm not sure it should be deprecated)