A2A.Server.ExecutorRunner (a2a_ex v0.1.1)

Copy Markdown View Source

Helper for invoking executor callbacks with optional module options.

Summary

Functions

call(executor, fun, args)

@spec call(module() | {module(), term()}, atom(), list()) :: term()

exported?(executor, fun, arity)

@spec exported?(module() | {module(), term()}, atom(), non_neg_integer()) :: boolean()