# Functions
NewNetwork creates an instance of net from the given host and thread store.
NewPubSub returns a new thread topic manager.
NewRecord returns a record with the given values.
# Variables
DialTimeout is the max time duration to wait when dialing a peer.
EventBusCapacity is the buffer size of local event bus listeners.
InitialPullInterval is the interval for the first iteration of log pulls.
MaxPullLimit is the maximum page size for pulling records.
PullInterval is the interval between automatic log pulls.
PullStartAfter is the pause before thread pulling process starts.
No description provided by the author
No description provided by the author
# Type aliases
Handler receives all pushed thread records.