Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipes

Provides basic piping operators that allow programs to be represented using dataflow oriented programming style.

Usage

Instead of:

send(compress(getImage()))

you want to write:

getImage() |> compress |> send 

Book Example

This example is used in the following O'Reilly Book:

Extending Swift Value(s) to the Server

About

Pipes example

Resources

Stars

6 stars

Watchers

14 watching

Forks

Releases

Packages

Contributors

Languages