Repo Added
|
Files
59
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
4525 of 7117 relevant lines covered (63.58%)
67.77 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|
Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
---|---|---|---|---|---|---|---|
1376 | issue305 | Remove race condition in message dispatcher Code of the form "if len(chan)==0 { send }" is racy because two goroutines could observe len == 0, and then both try to send. One will block when it expected to not do so. Replace with a select to corre... | push | jeffallen | travis-ci | pending completion |