mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-10 18:10:54 +09:00
WIP add some sync stuff
This commit is contained in:
parent
869943723e
commit
ab758062df
12 changed files with 470 additions and 13 deletions
5
commonspace/sync/requestpool.go
Normal file
5
commonspace/sync/requestpool.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package sync
|
||||
|
||||
type RequestPool interface {
|
||||
QueueRequestAction(peerId, objectId string, action func()) (err error)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue