package
0.0.0-20250211080934-6afe6efe787e
Repository: https://github.com/tom-uchida/go-concurrency.git
Documentation: pkg.go.dev

# README

pub-sub

Pub/Subのシンプルな実装例。

sub 1, value one
sub 1, value two
sub 2, value one
sub 2, value two
sub 1, value three
sub 1, exiting
sub 2, value three
sub 2, exiting
completed.