wire
wire copied to clipboard
Function invocation
Hey, I recently started trying wire just to check it out, what are it's capabilities and should I make a switch from fx. I must say that I like the library a lot, kudos for the great job. One thing I find very convenient in fx is fx.Invoke - long story short this is a way of invoking functions. I started messing around with wire and the problem which I find for me is that if a given function has no return type this is treated as an error. So my question is - is there a way to invoke function without return type( e.g. register something during DI)? If not is there a plan in the future to add such feature or is there a different semantic for such cases used in wire?