You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The methods in this lib are all synchronous. Is is possible to produce asynchronous bindings as well? My app will read/write tags of many files at a time and sync will simply bring the whole thing to a halt whereas async gives many advantages.
The text was updated successfully, but these errors were encountered:
The methods in this lib are all synchronous. Is is possible to produce asynchronous bindings as well? My app will read/write tags of many files at a time and sync will simply bring the whole thing to a halt whereas async gives many advantages.
The text was updated successfully, but these errors were encountered: