Skip to content

Simplifies and strengthens the development of concurrent programmes

License

Notifications You must be signed in to change notification settings

tideland/go-together

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages