mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-01-31 13:35:11 +00:00
make SomeFuture public
This commit is contained in:
parent
c04576d829
commit
ef93a15bf9
@ -60,7 +60,7 @@ type
|
||||
FutureCompletedError* = object of FutureError
|
||||
## Error raised when trying access the error of a completed Future
|
||||
|
||||
SomeFuture = Future|InternalRaisesFuture
|
||||
SomeFuture* = Future|InternalRaisesFuture
|
||||
|
||||
func raiseFuturePendingError(fut: FutureBase) {.
|
||||
noinline, noreturn, raises: FuturePendingError.} =
|
||||
|
Loading…
x
Reference in New Issue
Block a user