MCPcopy Create free account

hub / github.com/GitBrincie212/ChronoGrapher / functions

Functions474 in github.com/GitBrincie212/ChronoGrapher

Functiontaskframe
(attrs: TokenStream, item: TokenStream)
proc/src/taskframe.rs:248
Methodtaskframes
(&self)
base/src/task/frames/collectionframe.rs:279
Functiontest_advance
()
tests/src/schedule/virtual_clock_test.rs:43
Functiontest_advance_to
()
tests/src/schedule/virtual_clock_test.rs:52
Functiontest_and_dependency
()
tests/src/task/dependency.rs:32
Functiontest_attach_and_trigger_hooks
()
tests/src/task/hooks/taskhook_test.rs:57
Functiontest_basic_dependency
()
tests/src/task/dependency.rs:7
Functiontest_custom_time
()
tests/src/schedule/virtual_clock_test.rs:36
Functiontest_days
()
tests/src/macros/every_macro_test.rs:51
Functiontest_detach_hooks
()
tests/src/task/hooks/taskhook_test.rs:97
Functiontest_every_second
()
tests/src/macros/cron_macro_test.rs:12
Functiontest_exact_hour
()
tests/src/macros/cron_macro_test.rs:28
Functiontest_exact_minute
()
tests/src/macros/cron_macro_test.rs:20
Functiontest_get_hook
()
tests/src/task/hooks/taskhook_test.rs:130
Functiontest_get_shared_none_if_missing
()
tests/src/task/hooks/taskhook_shared_data_test.rs:120
Functiontest_get_shared_some_if_exists
()
tests/src/task/hooks/taskhook_shared_data_test.rs:158
Functiontest_hours
()
tests/src/macros/every_macro_test.rs:45
Functiontest_idle_to_simple_no_arc
()
tests/src/schedule/virtual_clock_test.rs:63
Functiontest_initial_epoch
()
tests/src/schedule/virtual_clock_test.rs:30
Functiontest_macro_structure
()
tests/src/macros/every_macro_test.rs:96
Functiontest_millis
()
tests/src/macros/every_macro_test.rs:32
Functiontest_minutes
()
tests/src/macros/every_macro_test.rs:39
Functiontest_mixed_floats
()
tests/src/macros/every_macro_test.rs:89
Functiontest_not_dependency
()
tests/src/task/dependency.rs:88
Functiontest_or_dependency
()
tests/src/task/dependency.rs:60
Functiontest_seconds
()
tests/src/macros/every_macro_test.rs:25
Functiontest_sep
()
tests/src/macros/every_macro_test.rs:58
Functiontest_shared_custom_state_manager
()
tests/src/task/hooks/taskhook_shared_data_test.rs:200
Functiontest_shared_isolated_by_type
()
tests/src/task/hooks/taskhook_shared_data_test.rs:67
Functiontest_shared_returns_same_instance
()
tests/src/task/hooks/taskhook_shared_data_test.rs:26
Functiontest_shared_scoped_to_task_context
()
tests/src/task/hooks/taskhook_shared_data_test.rs:307
Functiontest_shared_with_marker
()
tests/src/task/hooks/taskhook_shared_data_test.rs:269
Functiontest_spaced
()
tests/src/macros/every_macro_test.rs:82
Functiontest_step
()
tests/src/macros/cron_macro_test.rs:36
Functiontest_task_failed_run_dependency
()
tests/src/task/dependency.rs:252
Functiontest_task_identity_run_dependency
()
tests/src/task/dependency.rs:104
Functiontest_task_success_run_dependency
()
tests/src/task/dependency.rs:178
Functionthreshold_count_failing_frames
()
tests/src/task/frames/threshold_taskframe_test.rs:53
Functionthreshold_execute_and_count_all_frames
()
tests/src/task/frames/threshold_taskframe_test.rs:26
Functionthreshold_of_one_reached_after_single_run
()
tests/src/task/frames/threshold_taskframe_test.rs:81
Methodtick
(&mut self)
base/src/utils/timing_wheel/hierarchical_timing_wheel.rs:68
Functiontick_empty
()
benches/src/time_wheel.rs:35
Functiontick_with_entries
()
benches/src/time_wheel.rs:43
Methodtime_duration
A constructor for [`TaskScheduleInterval`] via a [`time::Duration`]. # Argument(s) It accepts one argument and that being [`time::Duration`] which re
base/src/task/schedule/interval.rs:194
Methodtimedelta
A constructor for [`TaskScheduleInterval`] via a [`chrono::TimeDelta`]. # Argument(s) It accepts one argument and that being [`chrono::TimeDelta`] wh
base/src/task/schedule/interval.rs:157
Methodto_tokens
(&self, tokens: &mut TokenStream2)
proc/src/utils.rs:173
Methodto_tokens
(&self, tokens: &mut TokenStream2)
proc/src/workflow/utils.rs:43
Methodto_tokens
(&self, tokens: &mut TokenStream2)
proc/src/workflow/condition.rs:33
Methodto_tokens
(&self, tokens: &mut TokenStream2)
proc/src/workflow/dependency.rs:46
Methodto_tokens
(&self, tokens: &mut TokenStream2)
proc/src/workflow/threshold.rs:31
Methodto_tokens
(&self, tokens: &mut proc_macro2::TokenStream)
proc/src/workflow/retry.rs:59
Functiontokio_schedule
(tasks: usize, exec: Duration)
bin/src/main_tokio.rs:9
Methodtransform
(&self, toks: TokenStream2)
proc/src/workflow/condition.rs:64
Methodtransform
(&self, toks: TokenStream2)
proc/src/workflow/dependency.rs:352
Methodtransform
(&self, toks: TokenStream2)
proc/src/workflow/timeout.rs:18
Methodtransform
(&self, toks: TokenStream2)
proc/src/workflow/threshold.rs:113
Methodtransform
(&self, toks: TokenStream2)
proc/src/workflow/delay.rs:18
Methodtransform
(&self, toks: TokenStream2)
proc/src/workflow/retry.rs:286
Methodtransform
(&self, toks: TokenStream2)
proc/src/workflow/fallback.rs:18
Functiontruthy_condition_returns_ok
()
tests/src/task/frames/condition_taskframe_test.rs:13
Functiontruthy_condition_with_failing_inner_frame_returns_error
()
tests/src/task/frames/condition_taskframe_test.rs:111
Methodtry_from
(value: f64)
base/src/task/schedule/interval.rs:356
Methodwith_backoff_retry
Method wraps the inner [`TaskFrame`] in a [`RetriableTaskFrame`] configured with a custom backoff strategy between retries. This wrapper allows the e
base/src/task/frame_builder.rs:330
Methodwith_condition
Method wraps the inner [`TaskFrame`] in a [`ConditionalTaskFrame`] which conditionally executes the task based on a provided predicate function. This
base/src/task/frame_builder.rs:501
Methodwith_dependency
Method wraps the inner [`TaskFrame`] in a [`DependencyTaskFrame`] waiting for a specific dependency to be resolved before execution. This wrapper all
base/src/task/frame_builder.rs:649
Methodwith_fallback
Method wraps the inner [`TaskFrame`] in a [`FallbackTaskFrame`] which will execute a specified fallback task upon failure of the main task. This wrap
base/src/task/frame_builder.rs:438
Methodwith_fallback_condition
Method wraps the inner [`TaskFrame`] in a [`ConditionalTaskFrame`] and optionally executes a secondary inner task upon a falsey condition value. This
base/src/task/frame_builder.rs:586
Methodwith_instant_retry
Method wraps the inner [`TaskFrame`] in a [`RetriableTaskFrame`] configured for instant retries. This wrapper allows the execution to immediately ret
base/src/task/frame_builder.rs:207
Methodwith_retry
Method wraps the inner [`TaskFrame`] in a [`RetriableTaskFrame`] configured with a constant delay between retries. This wrapper allows the execution
base/src/task/frame_builder.rs:264
Methodwith_timeout
Method wraps the inner [`TaskFrame`] in a [`TimeoutTaskFrame`] which will timeout and cancel execution if the inner task exceeds the specified duratio
base/src/task/frame_builder.rs:385
Functionworkflow
(attrs: TokenStream, item: TokenStream)
proc/src/lib.rs:811
Functionworkflow
(_attrs: TokenStream, _item: TokenStream)
proc/src/workflow.rs:99
Functionzero_duration_delay_executes_immediately
()
tests/src/task/frames/delay_taskframe_test.rs:101
Functionzero_duration_timeout_returns_error
()
tests/src/task/frames/timeout_taskframe_test.rs:77
← previous401–474 of 474, ranked by callers