This commit is contained in:
Jaremy Creechley 2023-09-26 20:37:40 -07:00
parent c7284b3b6f
commit 686ea8e4b3
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -8,7 +8,7 @@ import ./types
export databuffer, types, SortOrder
## Backend type for Datastores.
## Types for datastore backends.
##
## These should be syncrhonous and work with both GC types
## and DataBuffer's. This makes it easier to make them threadsafe.