GenClient icon indicating copy to clipboard operation
GenClient copied to clipboard

GenClient is an elixir library made to generate boilerplate code that I found myself repeatedly writing and changing when working with GenServers

Results 3 GenClient issues
Sort by recently updated
recently updated
newest added

I'm definitely thinking that having a defcall and defcast macro is the right way to do this.

I'll need to look into how to expand this inside the macro, it's not as simple as `Macro.expand(calls, __CALLER__)` or `Macro.expand(calls, __ENV__)`