package
1.0.1
Repository: https://github.com/singyiu/go-threads.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# 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

# Structs

Config is used to specify thread instance options.
PubSub manages thread pubsub topics.
Record implements core.Record.

# Type aliases

Handler receives all pushed thread records.