Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make methods async via swig #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

make methods async via swig #8

wants to merge 1 commit into from

Conversation

zoedberg
Copy link
Contributor

Alternative to #6

With this PR we make methods async by changing the swig interface. We suppose the blocking version of the library is not needed, therefore we won't be keeping both versions (blocking and async) unless some users of this library will ask for this explicitly.

@tmalahie could you please check if this works good on your side? Also please note that most of rgb-lib methods should not be called in parallel. In the future we'll add some checks on the rust side to prevent parallel calls to "write" methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant