mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-01-02 13:33:12 +00:00
Fix wait(future) declaration signature. (#537)
This commit is contained in:
parent
0f0ed1d654
commit
bb96f02ae8
@ -1866,7 +1866,7 @@ proc wait*(fut: InternalRaisesFuture, timeout = InfiniteDuration): auto =
|
||||
|
||||
waitImpl(fut, retFuture, timeout)
|
||||
|
||||
proc wait*(fut: InternalRaisesFuture, deadline: InternalRaisesFuture): auto =
|
||||
proc wait*(fut: InternalRaisesFuture, deadline: SomeFuture): auto =
|
||||
type
|
||||
T = type(fut).T
|
||||
E = type(fut).E
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user