Closed
Description
testutils.Channel provides a useful timed receive operation for tests.
There are some tests though where access to the underlying channel is required, because it is passed to some other component which receives on the channel. For example: readyCh
in this test.
It would be nice to expose this underlying channel for tests that really need it. Something along the lines of timer.C would suffice.