Property Executor
Namespace: Belay.Core
Assembly: Belay.Core.dll
Executor
Gets the direct executor that handles all attribute types via AttributeHandler.
csharp
public DirectExecutor Executor { get; }
Property Value
Remarks
This unified executor replaces the complex hierarchy with a single implementation that handles [Task], [Setup], [Thread], and [Teardown] attributes using the AttributeHandler for policy enforcement and SimpleCache for caching.