aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdactor/td/actor/PromiseFuture.h
AgeCommit message (Expand)Author
2026-01-01Update copyright year.levlam
2025-01-01Update copyright year.levlam
2024-05-06Manually split send_immediately and send_later implementations.levlam
2024-01-01Update copyright year.levlam
2023-05-05Use empty name for unused move constructor/assignment parameter.levlam
2023-01-01Update copyright year.levlam
2022-06-28Minor improvements.levlam
2022-06-28Move promise_send_closure to PromiseFuture.h.levlam
2022-06-27Move Promise to tdutils.levlam
2022-06-27Remove Promise operators.levlam
2022-06-27Remove unused ability of Promise to migrate between schedulers.levlam
2022-06-27Use free-standing function to create event promises.levlam
2022-06-26Remove unused class Ignore.levlam
2022-06-26Simplify LambdaPromise implementation.levlam
2022-06-26Remove rarely used PromiseCreator::lambda with 2 lambdas.levlam
2022-04-13Add set_promises/fail_promises helper functions.levlam
2022-01-01Update copyright year.levlam
2021-12-28Fix SFINAE usage in PromiseFuture.h.levlam
2021-12-24Add implementation for Promise type-traits functions.levlam
2021-12-10Update clang-format to 13.0.1.levlam
2021-11-11Init some fields just in case.levlam
2021-11-03Split Actor.is_lite to need_context and need_start_up.levlam
2021-10-29Add enable_if guards for forwarding constructors.levlam
2021-10-21Minor improvements.levlam
2021-10-18Minor improvements.levlam
2021-10-18Minor warning fixes.levlam
2021-09-03Remove useless #include comments.levlam
2021-07-04Make inherited classes final if possible.levlam
2021-07-03Use final instead of override.levlam
2021-05-31Prefer US spelling of "canceled".levlam
2021-01-01Update copyright year.levlam
2020-12-22Minor fixes.levlam
2020-11-26Minor fixes.levlam
2020-11-26Revert "Revert "New test for tdlib. New Promise/Future features (ported from ...Arseny Smirnov
2020-11-24Revert "New test for tdlib. New Promise/Future features (ported from other pr...Arseny Smirnov
2020-11-24New test for tdlib. New Promise/Future features (ported from other project)Arseny Smirnov
2020-06-16Unify constant names style.levlam
2020-06-15Remove Promise debug.levlam
2020-04-10Fix MessagesManager::update_sent_message_contents.levlam
2020-03-27RequestActor: add checksArseny Smirnov
2020-01-19More enum class usages.levlam
2020-01-01Update copyright year.levlam
2019-06-18Use static_cast to cast to bool.levlam
2019-05-22Minor fixes.levlam
2019-05-01simple CancellationTokenArseny Smirnov
2019-02-12Remove unneded includes of td/utils/loggging.h.levlam
2019-01-01Update copyright year.levlam
2018-10-26Fix some MSVC Analyzer warnings.levlam
2018-09-27Use td::unique_ptr instead of std::unique_ptr whenever possible.levlam
2018-07-08Use negative error codes in Result.levlam