Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListenAndServe ¶
ListenAndServe binds the GRPC server to the port and starts listening
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is the GRPC client struct
type List ¶
type List struct {
// contains filtered or unexported fields
}
List is a lock-free linked list theory -> https://www.cs.rochester.edu/u/scott/papers/1996_PODC_queues.pdf pseudocode -> https://www.cs.rochester.edu/research/synchronization/pseudocode/queues.html much faster and efficient than container/list + sync.Mutex Used as a thread-safe in-memory storage for payload objects by the GRPC server
Click to show internal directories.
Click to hide internal directories.