libabigail
Public Member Functions | List of all members
queue::task_done_notify Struct Reference

This functor is to notify listeners that a given task scheduled for execution has been fully executed. More...

#include <abg-workers.h>

Public Member Functions

virtual void operator() (const task_sptr &task_done)
 The default function invocation operator of the queue type. More...
 

Detailed Description

This functor is to notify listeners that a given task scheduled for execution has been fully executed.

Definition at line 94 of file abg-workers.h.

Member Function Documentation

◆ operator()()

void operator() ( const task_sptr &  task_done)
virtual

The default function invocation operator of the queue type.

This does nothing.

Definition at line 358 of file abg-workers.cc.


The documentation for this struct was generated from the following files: