Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add ZStream.execute #4388

@jdegoes

Description

@jdegoes

Something like this:

object ZStream {
  def execute[R, E, A](zio: ZIO[R, E, A]): ZStream[R, E, Nothing] = ZStream.fromEffect(zio).drain
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestgood first issueGood for newcomershelp wantedExtra attention is neededziohackathonCandidate issues for a ZIO Hackathon

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions