Skip to content

add repeat recipe #1

@hyzhak

Description

@hyzhak

concept

darling.world()
  .pipe(something())
  //repeat pipe 2 times
  .pipe(repeat(2)
    .pipe(innerSystem1())
    .pipe(innerSystem2())
  )
  .pipe(afterloop());

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions