jaxl/JAXL

Can JAXL work synchronously?

xinwo opened this issue · 2 comments

xinwo commented

as title.

Thanks in advance

Hi,

You should be able to write simple synchronous wrappers on top of existing
async API and use them. JAXL wasn't designed to provide synchronous calls
internally.
On Fri, May 1, 2015 at 9:06 PM xinwo notifications@github.com wrote:

as title.

Thanks in advance


Reply to this email directly or view it on GitHub
#57.

xinwo commented

Hi

Thank you for your quick response.

You should be able to write simple synchronous wrappers on top of existing async API and use them
A little example will be appreciated.

I checked the document, but still can't figure out how to do it