gianarb / planner

planner where R stays for reactive. It is a library to implement the reactive planning in Go.
https://godoc.org/github.com/gianarb/planner
MIT License
13 stars 2 forks source link

Equivalent to http.HandlerFunc but for procedure #18

Closed gianarb closed 3 years ago

gianarb commented 3 years ago

This commit adds an easy way to create procedures without having to create a new structure. It suits for easy scenarios like sleep or similar I think.