scott-wilson / openchecks

A validations framework for doing quality control in studios.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for Async in bindings

scott-wilson opened this issue · comments

The Rust library supports Async, but the bindings currently don't. If possible, we should add async support for...

  • Python
  • C (what library is recommended for async?)
  • C++ (what library is recommended for async?)