Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

About

Simplifies and strengthens the development of concurrent programmes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages