Stream.chunk_while/4

defmodule Stream do
  def chunk_while(stream, acc, chunk_fun, after_fun)
end

Brief description and usage of the Stream's chunk_while/4 function.