mirror of
https://codeberg.org/privacy1st/subprocess-util
synced 2024-12-22 22:06:05 +01:00
add TODO
This commit is contained in:
parent
3fed1b4490
commit
f068bad45e
@ -73,6 +73,7 @@ def _stdin_worker(queue_get: Queue.get,
|
|||||||
binary_stdin.write(chunk)
|
binary_stdin.write(chunk)
|
||||||
# binary_stdin.flush() # TODO: is this required?
|
# binary_stdin.flush() # TODO: is this required?
|
||||||
|
|
||||||
|
# TODO: print total transfer speed and last chunk transfer speed
|
||||||
current_time = time.time()
|
current_time = time.time()
|
||||||
elapsed_time = current_time - start_time
|
elapsed_time = current_time - start_time
|
||||||
transferred_bytes += len(chunk)
|
transferred_bytes += len(chunk)
|
||||||
|
Loading…
Reference in New Issue
Block a user