esq icon indicating copy to clipboard operation
esq copied to clipboard

Add utility to convert queue to stream

Open fogfish opened this issue 8 years ago • 0 comments

Streams is an efficient mechanism to handle sequence of data.

stream:foreach(fun(_) -> ... end,  esq:stream(Queue))

fogfish avatar Jan 24 '18 09:01 fogfish