Skip to content

Threadpool / Task Scheduler. #111

@DeltaGW2

Description

@DeltaGW2

Often times there's stuff like

std::thread([this]() {
	this->EventApi->Raise("EV_INPUTBIND_UPDATED");
}).detach();

Instead of pushing it to a queue and one thread runs all these events.

Metadata

Metadata

Assignees

No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions