Return type of asyncftpclient to fix example. (#15476)

Related to: #13641
This commit is contained in:
supakeen
2020-10-03 13:43:43 +02:00
committed by GitHub
parent dcd0ce1775
commit 662c508075

View File

@@ -63,7 +63,7 @@
## import asyncdispatch, asyncftpclient
##
## proc onProgressChanged(total, progress: BiggestInt,
## speed: float): Future[void] =
## speed: float) {.async.} =
## echo("Uploaded ", progress, " of ", total, " bytes")
## echo("Current speed: ", speed, " kb/s")
##