Skip to content

Commit

Permalink
better idents
Browse files Browse the repository at this point in the history
  • Loading branch information
rssh committed Dec 25, 2023
1 parent 17d902d commit f000c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/main/scala/cps/stream/AsyncIterator.scala
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ end AsyncIterator
object AsyncIterator:

def unfold[S,F[_]:CpsConcurrentMonad,T](s0:S)(f:S => F[Option[(T,S)]])(using ExecutionContext): AsyncIterator[F,T] =
AsyncListIterator(AsyncList.unfold(s0)(f))
AsyncListIterator(AsyncList.unfold(s0)(f))

given absorber[F[_],C<:CpsMonadContext[F],T](using ExecutionContext, CpsConcurrentMonad.Aux[F,C]): CpsAsyncEmitAbsorber4[AsyncIterator[F,T],F,C,T] =
AsyncIteratorEmitAbsorber[F,C,T]()
Expand Down

0 comments on commit f000c6e

Please sign in to comment.