# README
Package pubsub implements a simple multi-topic pub-sub library.
Install pubsub with,
go get github.com/cskr/pubsub/v2
Use of this module is governed by a BSD-style license that can be found in the LICENSE file.
# Functions
New creates a new PubSub and starts a goroutine for handling operations.