Skip to content

Add Poco::Util::Timer::idle() method to check if timer has any tasks scheduled #4488

@obiltschnig

Description

@obiltschnig
inline bool Timer::idle() const
{
	return _queue.empty();
}

Metadata

Metadata

Assignees

Type

No type

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions