farcaster-node icon indicating copy to clipboard operation
farcaster-node copied to clipboard

State machines: Add Executor trait

Open TheCharlatan opened this issue 3 years ago • 0 comments

Adds an executor trait that is useful for a common operation involving state machines: Creating an event and calling next on the state machine and logging its results.

Based on #693

TheCharlatan avatar Aug 30 '22 11:08 TheCharlatan