Added AsyncUdpListener and taskutils

This commit is contained in:
2021-02-04 12:42:43 +01:00
parent 539c2d6937
commit c8ee442f5d
17 changed files with 459 additions and 13 deletions

5
src/taskutils.cpp Normal file
View File

@@ -0,0 +1,5 @@
#include "taskutils.h"
namespace espcpputils {
IMPLEMENT_TYPESAFE_ENUM(CoreAffinity, : uint8_t, CoreAffinityValues)
} // namespace espcpputils