make SomeFuture public

This commit is contained in:
Diego 2024-08-29 22:17:35 +02:00
parent c04576d829
commit ef93a15bf9
No known key found for this signature in database
GPG Key ID: C9DAC9BF68D1F806

View File

@ -60,7 +60,7 @@ type
FutureCompletedError* = object of FutureError FutureCompletedError* = object of FutureError
## Error raised when trying access the error of a completed Future ## Error raised when trying access the error of a completed Future
SomeFuture = Future|InternalRaisesFuture SomeFuture* = Future|InternalRaisesFuture
func raiseFuturePendingError(fut: FutureBase) {. func raiseFuturePendingError(fut: FutureBase) {.
noinline, noreturn, raises: FuturePendingError.} = noinline, noreturn, raises: FuturePendingError.} =