Generic list of actions/funcs
问题 I'm wondering if its possible to create some kind of generic list of actions/funcs, each with different in/out params. The reason I need this is I have an executer who's job is getting data from an API, each of the methods in that executer goes to a different path in that API, and I want to be able to schedule those requests so I won't overload that API (they will just block me if I pass their threshold of requests). So each time a method in that executer is called, I will add that method and