Skip to content

Commit ef93a15

Browse files
committed
make SomeFuture public
1 parent c04576d commit ef93a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chronos/internal/asyncfutures.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ type
6060
FutureCompletedError* = object of FutureError
6161
## Error raised when trying access the error of a completed Future
6262

63-
SomeFuture = Future|InternalRaisesFuture
63+
SomeFuture* = Future|InternalRaisesFuture
6464

6565
func raiseFuturePendingError(fut: FutureBase) {.
6666
noinline, noreturn, raises: FuturePendingError.} =

0 commit comments

Comments
 (0)