Class ov::threading::ImmediateExecutor¶
-
class ImmediateExecutor : public ov::threading::ITaskExecutor¶
Task executor implementation that just run tasks in current thread during calling of run() method.
Public Types
-
using Ptr = std::shared_ptr<ImmediateExecutor>¶
A shared pointer to a ImmediateExecutor object.
-
using Ptr = std::shared_ptr<ImmediateExecutor>¶