Aleksandr Dorofeev
Aleksandr Dorofeev
Is it possible to add a timeout in `subscribe` and `psubscribe`? It would be very convenient for short-lived channels.
[Here](https://gist.github.com/4078448) is example. Underscore symbol at `21:21` breaks syntax.
``` func TestCHD_Pow2(t *testing.T) { check := func(n int) (err error) { cb := Builder() for i:=0; i
I try to run example from readme and process never ends.