cpp-filecoin
cpp-filecoin copied to clipboard
Split blocking calls in Client API
For now, we have a problem with sync calls in callbacks. We have two options:
- not use sync calls in callback at all
- somehow separate them between several threads