Refactor async runner and its reference and add unit tests

This commit is contained in:
Seif Lotfy
2016-09-30 18:21:34 +02:00
parent 067100bf9c
commit d8801d5be7
4 changed files with 231 additions and 60 deletions

View File

@@ -59,7 +59,7 @@ func main() {
}
for i := 0; i < nasync; i++ {
go runner.RunAsyncRunners(mqAdr)
go runner.RunAsyncRunner(mqAdr)
}
quit := make(chan bool)