Skip to content

Commit

Permalink
make SomeFuture public
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomrsantos committed Aug 29, 2024
1 parent c04576d commit ef93a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chronos/internal/asyncfutures.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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.} =
Expand Down

0 comments on commit ef93a15

Please sign in to comment.