codon icon indicating copy to clipboard operation
codon copied to clipboard

Async support?

Open Sparkenstein opened this issue 2 years ago • 4 comments

Codon is awesome. works really well with the stuff so far I have tried. I also did some benchmarking, it's performing close to CFFI with python.

Only place I am stuck right now is testing async code. Is async support is in roadmap?

Sparkenstein avatar Dec 09 '22 04:12 Sparkenstein

Hi @Sparkenstein

I'm glad to hear that it works for you!

Yes, async support is planned, but we do not have an exact roadmap yet. The base is already there (e.g., Codon already has full OpenMP support). @arshajii can comment more on the details that are needed to get this one in.

inumanag avatar Dec 11 '22 19:12 inumanag

I'd recommend a temporary change to Codon, so when it sees any async code, it spits out more explicit error messages about its current lack of async support.

davidmcnabnz avatar Mar 20 '23 22:03 davidmcnabnz

Is there an update on this?

callowaysutton avatar May 06 '24 15:05 callowaysutton