Constructs the default state object.
{ auto _ = lib::effect::state().handle(); lib::effect::invoke(args); } == { auto _ = lib::effect::state().handle(); lib::fallback(args); }