Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GitBrincie212/ChronoGrapher
/ functions
Functions
474 in github.com/GitBrincie212/ChronoGrapher
⨍
Functions
474
◇
Types & classes
172
Function
taskframe
(attrs: TokenStream, item: TokenStream)
proc/src/taskframe.rs:248
Method
taskframes
(&self)
base/src/task/frames/collectionframe.rs:279
Function
test_advance
()
tests/src/schedule/virtual_clock_test.rs:43
Function
test_advance_to
()
tests/src/schedule/virtual_clock_test.rs:52
Function
test_and_dependency
()
tests/src/task/dependency.rs:32
Function
test_attach_and_trigger_hooks
()
tests/src/task/hooks/taskhook_test.rs:57
Function
test_basic_dependency
()
tests/src/task/dependency.rs:7
Function
test_custom_time
()
tests/src/schedule/virtual_clock_test.rs:36
Function
test_days
()
tests/src/macros/every_macro_test.rs:51
Function
test_detach_hooks
()
tests/src/task/hooks/taskhook_test.rs:97
Function
test_every_second
()
tests/src/macros/cron_macro_test.rs:12
Function
test_exact_hour
()
tests/src/macros/cron_macro_test.rs:28
Function
test_exact_minute
()
tests/src/macros/cron_macro_test.rs:20
Function
test_get_hook
()
tests/src/task/hooks/taskhook_test.rs:130
Function
test_get_shared_none_if_missing
()
tests/src/task/hooks/taskhook_shared_data_test.rs:120
Function
test_get_shared_some_if_exists
()
tests/src/task/hooks/taskhook_shared_data_test.rs:158
Function
test_hours
()
tests/src/macros/every_macro_test.rs:45
Function
test_idle_to_simple_no_arc
()
tests/src/schedule/virtual_clock_test.rs:63
Function
test_initial_epoch
()
tests/src/schedule/virtual_clock_test.rs:30
Function
test_macro_structure
()
tests/src/macros/every_macro_test.rs:96
Function
test_millis
()
tests/src/macros/every_macro_test.rs:32
Function
test_minutes
()
tests/src/macros/every_macro_test.rs:39
Function
test_mixed_floats
()
tests/src/macros/every_macro_test.rs:89
Function
test_not_dependency
()
tests/src/task/dependency.rs:88
Function
test_or_dependency
()
tests/src/task/dependency.rs:60
Function
test_seconds
()
tests/src/macros/every_macro_test.rs:25
Function
test_sep
()
tests/src/macros/every_macro_test.rs:58
Function
test_shared_custom_state_manager
()
tests/src/task/hooks/taskhook_shared_data_test.rs:200
Function
test_shared_isolated_by_type
()
tests/src/task/hooks/taskhook_shared_data_test.rs:67
Function
test_shared_returns_same_instance
()
tests/src/task/hooks/taskhook_shared_data_test.rs:26
Function
test_shared_scoped_to_task_context
()
tests/src/task/hooks/taskhook_shared_data_test.rs:307
Function
test_shared_with_marker
()
tests/src/task/hooks/taskhook_shared_data_test.rs:269
Function
test_spaced
()
tests/src/macros/every_macro_test.rs:82
Function
test_step
()
tests/src/macros/cron_macro_test.rs:36
Function
test_task_failed_run_dependency
()
tests/src/task/dependency.rs:252
Function
test_task_identity_run_dependency
()
tests/src/task/dependency.rs:104
Function
test_task_success_run_dependency
()
tests/src/task/dependency.rs:178
Function
threshold_count_failing_frames
()
tests/src/task/frames/threshold_taskframe_test.rs:53
Function
threshold_execute_and_count_all_frames
()
tests/src/task/frames/threshold_taskframe_test.rs:26
Function
threshold_of_one_reached_after_single_run
()
tests/src/task/frames/threshold_taskframe_test.rs:81
Method
tick
(&mut self)
base/src/utils/timing_wheel/hierarchical_timing_wheel.rs:68
Function
tick_empty
()
benches/src/time_wheel.rs:35
Function
tick_with_entries
()
benches/src/time_wheel.rs:43
Method
time_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
Method
timedelta
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
Method
to_tokens
(&self, tokens: &mut TokenStream2)
proc/src/utils.rs:173
Method
to_tokens
(&self, tokens: &mut TokenStream2)
proc/src/workflow/utils.rs:43
Method
to_tokens
(&self, tokens: &mut TokenStream2)
proc/src/workflow/condition.rs:33
Method
to_tokens
(&self, tokens: &mut TokenStream2)
proc/src/workflow/dependency.rs:46
Method
to_tokens
(&self, tokens: &mut TokenStream2)
proc/src/workflow/threshold.rs:31
Method
to_tokens
(&self, tokens: &mut proc_macro2::TokenStream)
proc/src/workflow/retry.rs:59
Function
tokio_schedule
(tasks: usize, exec: Duration)
bin/src/main_tokio.rs:9
Method
transform
(&self, toks: TokenStream2)
proc/src/workflow/condition.rs:64
Method
transform
(&self, toks: TokenStream2)
proc/src/workflow/dependency.rs:352
Method
transform
(&self, toks: TokenStream2)
proc/src/workflow/timeout.rs:18
Method
transform
(&self, toks: TokenStream2)
proc/src/workflow/threshold.rs:113
Method
transform
(&self, toks: TokenStream2)
proc/src/workflow/delay.rs:18
Method
transform
(&self, toks: TokenStream2)
proc/src/workflow/retry.rs:286
Method
transform
(&self, toks: TokenStream2)
proc/src/workflow/fallback.rs:18
Function
truthy_condition_returns_ok
()
tests/src/task/frames/condition_taskframe_test.rs:13
Function
truthy_condition_with_failing_inner_frame_returns_error
()
tests/src/task/frames/condition_taskframe_test.rs:111
Method
try_from
(value: f64)
base/src/task/schedule/interval.rs:356
Method
with_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
Method
with_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
Method
with_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
Method
with_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
Method
with_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
Method
with_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
Method
with_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
Method
with_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
Function
workflow
(attrs: TokenStream, item: TokenStream)
proc/src/lib.rs:811
Function
workflow
(_attrs: TokenStream, _item: TokenStream)
proc/src/workflow.rs:99
Function
zero_duration_delay_executes_immediately
()
tests/src/task/frames/delay_taskframe_test.rs:101
Function
zero_duration_timeout_returns_error
()
tests/src/task/frames/timeout_taskframe_test.rs:77
← previous
401–474 of 474, ranked by callers