Move the bulk of ssb.privateMessageEncrypt work (CPU + DB) off the main thread.

This commit is contained in:
2024-06-16 17:07:12 -04:00
parent 9b52415b35
commit d5a7e19f1a
4 changed files with 200 additions and 85 deletions

View File

@ -47,4 +47,10 @@ void tf_ssb_test_bench(const tf_test_options_t* options);
*/
void tf_ssb_test_go_ssb_room(const tf_test_options_t* options);
/**
** Test encrypting a private message.
** @param options The test options.
*/
void tf_ssb_test_encrypt(const tf_test_options_t* options);
/** @} */