LCOV - code coverage report
Current view: top level - asyncImpl/include/async - IRunnable.h (source / functions) Hit Total Coverage
Test: coverage.info Lines: 1 1 100.0 %
Date: 2025-04-15 08:32:23 Functions: 0 0 -

          Line data    Source code
       1             : // Copyright 2024 Accenture.
       2             : 
       3             : /**
       4             :  * \ingroup async
       5             :  */
       6             : #pragma once
       7             : 
       8             : #include "async/QueueNode.h"
       9             : 
      10             : namespace async
      11             : {
      12          29 : class IRunnable : public QueueNode<IRunnable>
      13             : {
      14             : public:
      15             :     virtual void execute() = 0;
      16             : 
      17             : protected:
      18             :     IRunnable& operator=(IRunnable const&) = default;
      19             : };
      20             : 
      21             : } // namespace async

Generated by: LCOV version 1.14