Skip to content

Commit

Permalink
Remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrobinson251 committed Oct 31, 2024
1 parent 03a485a commit 13a8011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/julia.h
Original file line number Diff line number Diff line change
Expand Up @@ -2045,7 +2045,7 @@ typedef struct _jl_task_t {
uint16_t priority;
// flag indicating whether or not to record timing metrics for this task
uint8_t metrics_enabled;
// timestamp this task first entered the run queue (TODO: int32 of ms instead?)
// timestamp this task first entered the run queue
_Atomic(uint64_t) first_enqueued_at;
// timestamp this task was most recently scheduled to run
_Atomic(uint64_t) last_started_running_at;
Expand Down

0 comments on commit 13a8011

Please sign in to comment.