matrix-rust-sdk/matrix_sdk/examples
Damir Jelić 137fa9619f matrix-sdk: Add the ability to stop the sync loop and rename the sync methods.
This renames our sync methods so it's clearer which one the main one is.
Syncing should be done with the sync method, if one wishes to sync only
once the sync_method is provided.

If one wishes to have a callback called with every sync the
sync_with_callback method exists, the callback now returns a boolean
that signals if the loop should be aborted. This does not mean that the
current sync request will abort, a cancelable future is still needed for
this.
2020-10-06 11:37:29 +02:00
..
wasm_command_bot matrix-sdk: Increase the type length limit for the wasm example. 2020-09-16 12:28:42 +02:00
autojoin.rs matrix-sdk: Add the ability to stop the sync loop and rename the sync methods. 2020-10-06 11:37:29 +02:00
command_bot.rs matrix-sdk: Add the ability to stop the sync loop and rename the sync methods. 2020-10-06 11:37:29 +02:00
emoji_verification.rs matrix-sdk: Add the ability to stop the sync loop and rename the sync methods. 2020-10-06 11:37:29 +02:00
get_profiles.rs Update ruma 2020-09-14 20:26:52 +02:00
image_bot.rs matrix-sdk: Add the ability to stop the sync loop and rename the sync methods. 2020-10-06 11:37:29 +02:00
login.rs matrix-sdk: Add the ability to stop the sync loop and rename the sync methods. 2020-10-06 11:37:29 +02:00