Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.61 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.61 KB

Tideland Go Together

GitHub release GitHub license Go Module GoDoc Workflow Go Report Card

Description

Tideland Go Together focusses on goroutines and how to manage them more convenient and reliable.

  • actor runs a backend goroutine processing anonymous functions for the serialization of changes, e.g. in a structure
  • cells provides an event processing based on the idea of meshed cells with different behaviors
  • fuse contains some ways of status and error control in concurrent applications
  • limiter limits the number of parallel executing goroutines in its scope
  • loop helps running a controlled endless select loop for goroutine backends
  • wait provides a flexible and controlled waiting for conditions by polling

I hope you like it. ;)

Contributors