mirror of
https://github.com/redis/go-redis.git
synced 2025-07-29 17:41:15 +03:00
Make proto/parser an internal package
This commit is contained in:
@ -136,6 +136,8 @@ func eventually(fn func() error, timeout time.Duration) error {
|
||||
done := make(chan struct{})
|
||||
|
||||
go func() {
|
||||
defer GinkgoRecover()
|
||||
|
||||
for atomic.LoadInt32(&exit) == 0 {
|
||||
err := fn()
|
||||
if err == nil {
|
||||
|
Reference in New Issue
Block a user