jscrane / Tasks

A simple task library for Arduino, based on setjmp/longjmp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trial channels-only branch

jscrane opened this issue · comments

Features:

  • selectable input

  • selectable output

  • selectable close

  • input iterator

  • selectable input and output are essential (nice example: https://tour.golang.org/concurrency/5)

  • close + iterator are useful together and especially in a dynamic environment

  • buffered channels