MCPcopy Create free account
hub / github.com/apache/arrow / advance

Method advance

dev/release/binary-task.rb:97–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 end
96
97 def advance
98 @mutex.synchronize do
99 @count_current += 1
100
101 return if @count_max.zero?
102
103 time_current = Time.now
104 if time_current - @time_previous <= 1
105 return
106 end
107
108 show_progress(time_current)
109 end
110 end
111
112 def increment_max
113 @mutex.synchronize do

Callers 10

downloadMethod · 0.45
uploadMethod · 0.45
releaseMethod · 0.45
sign_dirMethod · 0.45
copy_artifactMethod · 0.45
prepare_stagingMethod · 0.45
delete_stagingMethod · 0.45
define_apt_rc_tasksMethod · 0.45
define_yum_rc_tasksMethod · 0.45
copy-binary.rbFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected