Skip to content

Ilyaferilo/stateobserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

state observer

Go codecov

StateObserver used to synchronize the local(cached) state of the remote object with the real state.

Synchronization is provided by constantly polling the object using the getState interface function. The functions for getting and setting object states are blocking and are always called from a single goroutine that is created by the Start method

Releases

No releases published

Packages

No packages published

Languages