summaryrefslogtreecommitdiff
path: root/pkg/pubsub
Commit message (Expand)AuthorAgeFilesLines
* Revert "use pubsub instead of filenotify to follow json logs"Brian Goff2016-02-231-4/+2
* Use pool for pubsub `Publish`'s waitgroupsBrian Goff2016-02-171-1/+4
* optimize pubsub.Publish functionShijiang Wei2016-02-151-1/+5
* use pubsub instead of filenotify to follow json logsShijiang Wei2016-02-151-2/+4
* Add PubSub topics.David Calavera2015-12-021-16/+36
* Don't use time.After if there is no timeoutAlexander Morozov2015-07-141-1/+8
* Add docstring to pubsub.PublisherAlexander Morozov2015-07-141-0/+2
* Race test for pkg/pubsub packageAlexander Morozov2015-07-131-0/+20
* Benchmark for pkg/pubsub packageAlexander Morozov2015-07-131-0/+59
* Fix send on closed channel bugChun Chen2015-06-121-0/+1
* Remove publisher if no one is listeningMichael Crosby2015-01-201-0/+8
* Add pubsub package to handle robust publisherMichael Crosby2015-01-202-0/+129