We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3553ec5 commit 8ed9f93Copy full SHA for 8ed9f93
src/ESPressio_IThread.hpp
@@ -114,6 +114,9 @@ namespace ESPressio {
114
/// `SetFreeOnTerminate` defines whether this Thread should be freed from memory when it is terminated.
115
virtual void SetFreeOnTerminate(bool value) = 0;
116
117
+ /// `SetStartOnInitialize` defines whether this Thread should start running when it is initialized.
118
+ virtual void SetStartOnInitialize(bool value) = 0;
119
+
120
// Callback Setters
121
122
/// `SetOnDestroy` sets the callback to be invoked when the Thread is destroyed.
0 commit comments