aboutsummaryrefslogtreecommitdiffhomepage
path: root/tdactor/td/actor/impl/Scheduler.cpp
AgeCommit message (Expand)Author
2026-01-01Update copyright year.levlam
2025-05-13Improve *_list variable names.levlam
2025-05-07Minor improvements.levlam
2025-01-01Update copyright year.levlam
2024-05-06Make send_later_impl non-template.levlam
2024-05-06Manually split send_immediately and send_later implementations.levlam
2024-05-06Move common code to a non-template function.levlam
2024-02-17Remove legacy parameters in Scheduler::flush_mailbox.levlam
2024-02-01Improve ServiceActor logging.levlam
2024-02-01Fix logging of migrating actors.levlam
2024-01-01Update copyright year.levlam
2023-06-10Use td::append if possible.levlam
2023-01-11Remove now unneeded wait_generation.levlam
2023-01-01Update copyright year.levlam
2022-10-01Inline yield_scheduler.levlam
2022-07-20Add non-template Scheduler::destroy_on_scheduler_impl.levlam
2022-07-14Minor fixes.levlam
2022-06-30Add and use Scheduler::run_on_scheduler.levlam
2022-04-04Fix formatting.levlam
2022-03-21Improve log message.levlam
2022-01-01Update copyright year.levlam
2021-12-08Fix Scheduler::get_timeout.levlam
2021-11-09Improve includes.levlam
2021-11-03Split Actor.is_lite to need_context and need_start_up.levlam
2021-10-25Move Scheduler::ServiceActor::set_queue to cpp.levlam
2021-10-20Use auto as variable type if it is initialized with a cast.levlam
2021-10-06Respect timeout in run_events.levlam
2021-08-15Add Timeout::get_timeout.levlam
2021-03-28Clamp float numbers before conversion to integers.levlam
2021-01-01Update copyright year.levlam
2020-11-23Remove unneeded checks.levlam
2020-11-22Fix ConcurrentScheduler destructor.levlam
2020-10-11Add some workariunds for crashes on exit without closing all clients.levlam
2020-10-05Move log tags definitions out of logging.cpp.levlam
2020-08-14Minor fixes.levlam
2020-08-09Unify begin/end usages.levlam
2020-08-05Minor fixes.levlam
2020-07-23Remove debug logging.levlam
2020-07-22ByteFlow: backpressure draftArseny Smirnov
2020-07-19Inline Scheduler::do_custom_event.levlam
2020-07-19Improve Event logging.levlam
2020-02-26Remove unneeded brackets.levlam
2020-01-01Update copyright year.levlam
2019-07-30Actors: destroy events in mailbox in context of actorArseny Smirnov
2019-02-21Fix log messages style.levlam
2019-02-12Use LOG_CHECK where it is necessaryArseny Smirnov
2019-02-10Unify spelling of "expires_".levlam
2019-01-01Update copyright year.levlam
2018-12-14Add additional event.type CHECK.levlam
2018-09-18emscripten: td_get_timeoutArseny Smirnov