Skip to content

Commit 13a8011

Browse files
Remove TODO comment
1 parent 03a485a commit 13a8011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/julia.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2045,7 +2045,7 @@ typedef struct _jl_task_t {
20452045
uint16_t priority;
20462046
// flag indicating whether or not to record timing metrics for this task
20472047
uint8_t metrics_enabled;
2048-
// timestamp this task first entered the run queue (TODO: int32 of ms instead?)
2048+
// timestamp this task first entered the run queue
20492049
_Atomic(uint64_t) first_enqueued_at;
20502050
// timestamp this task was most recently scheduled to run
20512051
_Atomic(uint64_t) last_started_running_at;

0 commit comments

Comments
 (0)