mirror of
https://github.com/status-im/realm-js.git
synced 2025-01-11 06:46:03 +00:00
32a8a2ed72
All realm operations for the RPC are now done in their own thread so it can be allowed to block on waiting for callback results. The recursive and multi-threaded nature of this makes it pretty tricky, but it works!