mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-03 14:13:09 +00:00
remove useless async annotation
This commit is contained in:
parent
4c48383b88
commit
2829ac82a1
@ -31,7 +31,7 @@ method put*(self: Datastore, key: Key, data: seq[byte]): Future[?!void] {.base,
|
||||
method put*(self: Datastore, batch: seq[BatchEntry]): Future[?!void] {.base, locks: "unknown".} =
|
||||
raiseAssert("Not implemented!")
|
||||
|
||||
method close*(self: Datastore): Future[?!void] {.base, async, locks: "unknown".} =
|
||||
method close*(self: Datastore): Future[?!void] {.base, locks: "unknown".} =
|
||||
raiseAssert("Not implemented!")
|
||||
|
||||
# method query*(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user