Skip to content

Releases: SierraSoftworks/multicast

Version 2.0.0

11 Dec 21:53
95f5b0a
Compare
Choose a tag to compare

This release introduces support for Go's new Generics which permit static type verification for your multicast channels, reducing the margin for error and simplifying your code by removing any .(type) coercion you would previously have had to perform.

A massive thank you to @shynome for the work on this functionality.