jfpoilpret / fast-arduino-lib

C++ platform to build Arduino and AVR projects. Rationale is size and speed optimization.
GNU Lesser General Public License v2.1
59 stars 9 forks source link

Add new generic concept to FastArduino: Lifecycle management #84

Closed jfpoilpret closed 4 years ago

jfpoilpret commented 4 years ago

LifeCycle management allows to "track" instances when they are moved from one location to another, and until they are destroyed.