Skip to content

Instantly share code, notes, and snippets.

View detri's full-sized avatar

Aaron Dosser detri

View GitHub Profile
@detri
detri / executor.hpp
Last active May 4, 2025 20:52
Entitask Executor (EnTT & Taskflow)
#pragma once
#include "entt/entt.hpp"
#include "taskflow/taskflow.hpp"
namespace entitask
{
/**
* Basic executor class template.
* Sets up an EnTT organizer's graph to be used as a tf::Taskflow