Module ltn12
LTN12 - Filters, sources, sinks and pumps.
LuaSocket toolkit. Author: Diego Nehab
Functions
| filter.cycle (low, ctx, extra) | Filter stuff |
| sink.table (t) | Sink stuff |
| pump.step (src, snk) | Pump stuff |
Functions
- filter.cycle (low, ctx, extra)
-
Filter stuff returns a high level filter that cycles a low-level filter
Parameters:
- low
- ctx
- extra
- sink.table (t)
-
Sink stuff creates a sink that stores into a table
Parameters:
- t
- pump.step (src, snk)
-
Pump stuff pumps one chunk from the source to the sink
Parameters:
- src
- snk