8000 Tags · vladimirvivien/automi · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: vladimirvivien/automi

Tags

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add ChanSink for sending stream items to a Go channel (#41)

This commit introduces a new sink type, `ChanSink`, to the `sinks` package.
The `ChanSink` allows streaming data from an Automi pipeline directly into a
Go channel.

Key features:
- Generic type `ChanSink[T any]` for flexibility with different data types.
- Constructor `Chan[T any]()` to initialize the channel for the sink with the specified type.
- Gracefully handles input channel closure and context cancellation.
---------

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Automi project rewrite with Go generic types (#39)

This patch is a complete rewrite of the Automi project with the support
of generic types to create and compose Automi streams. This rewrite
is not backward compatible with previous version of the project.
Please see documentation and examples for new API changes.

Happy streaming!

v0.1.0-alpha.0

Toggle v0.1.0-alpha.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #31 from vladimirvivien/big-refactor

Big Refactor, Big Redesign

These commits completely redesign Automi. Please see README.md and docs/automi.md for detail.
0