codon
codon copied to clipboard
Async support?
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?
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.
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.
Is there an update on this?