We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a485a commit 13a8011Copy full SHA for 13a8011
src/julia.h
@@ -2045,7 +2045,7 @@ typedef struct _jl_task_t {
2045
uint16_t priority;
2046
// flag indicating whether or not to record timing metrics for this task
2047
uint8_t metrics_enabled;
2048
- // timestamp this task first entered the run queue (TODO: int32 of ms instead?)
+ // timestamp this task first entered the run queue
2049
_Atomic(uint64_t) first_enqueued_at;
2050
// timestamp this task was most recently scheduled to run
2051
_Atomic(uint64_t) last_started_running_at;
0 commit comments