mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-09 00:22:31 +02:00
This will let us (a) avoid hardcoding any particular async runtime in the libsignal-bridge macros, and (b) separate the platform-specific stuff from the async runtime. libsignal_bridge now has an AsyncRuntime trait whose only requirement is "run a self-contained Future".