work around windows - no without

This commit is contained in:
Jaremy Creechley 2024-05-20 21:46:50 +03:00
parent c4313ab5e0
commit 1c969278d7
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -66,8 +66,8 @@ proc verify*[H](
): Future[?!bool] {.async.} =
## Verify a proof using a ctx
##
without queue =? newSignalQueue[?!bool](maxItems = 1), err:
return failure(err)
without queue =? newSignalQueue[?!bool](maxItems = 1), exc:
return failure(exc)
proc spawnTask() =
self.tp.spawn verifyTask(self.circom, proof, inputs, queue)