Commit Graph

9 Commits (47c1350860084bce2e47e7d19e2b4f190fa76c37)

Author SHA1 Message Date
kavyasrinet f215400212 Adding panic logic and test case (#8171)
7 years ago
Yi Wang 6024a170f3
Receive from closed channel (#8175)
7 years ago
Abhinav Arora 1d2dd9c4a5
Close buffered channel should unblock the blocked senders and receivers (#8109)
7 years ago
kavyasrinet 022e5dee8e
Added more receivers less senders. Receivers should block. (#8061)
7 years ago
Abhinav Arora a4cf6a2819
Adding unit tests for checking that closing unbuffered channel closes all blocked senders and receivers (#8067)
7 years ago
kavyasrinet 148d35feb8 Add unit test with less receivers, more senders for unbuffered channel. (#8060)
7 years ago
Abhinav Arora 6d8bc1378b
Adding an initial implementation for the unbuffered channel (#7984)
7 years ago
chengduo adf14b0c70 Refine channel test (#7946)
7 years ago
Yi Wang d082f3a911
Rewrite class Channel to implement buffered and unbuffered channels (#7915)
7 years ago