Closed danclien closed 6 years ago
Adds an estimatedLength function for #23.
estimatedLength
Since the InChan constructors are not exported, I added estimatedLength into Control.Concurrent.Chan.Unagi.Bounded.Internal and exported it in Control.Concurrent.Chan.Unagi.Bounded.
InChan
Control.Concurrent.Chan.Unagi.Bounded.Internal
Control.Concurrent.Chan.Unagi.Bounded
Thanks!
@jberryman any chance to have a minor hackage release with this new feature?
@qrilka Just released 0.4.1.0
Adds an
estimatedLength
function for #23.Since the
InChan
constructors are not exported, I addedestimatedLength
intoControl.Concurrent.Chan.Unagi.Bounded.Internal
and exported it inControl.Concurrent.Chan.Unagi.Bounded
.