Skip to content

Commit 8ed9f93

Browse files
committed
- Fixing Thread
1 parent 3553ec5 commit 8ed9f93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ESPressio_IThread.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ namespace ESPressio {
114114
/// `SetFreeOnTerminate` defines whether this Thread should be freed from memory when it is terminated.
115115
virtual void SetFreeOnTerminate(bool value) = 0;
116116

117+
/// `SetStartOnInitialize` defines whether this Thread should start running when it is initialized.
118+
virtual void SetStartOnInitialize(bool value) = 0;
119+
117120
// Callback Setters
118121

119122
/// `SetOnDestroy` sets the callback to be invoked when the Thread is destroyed.

0 commit comments

Comments
 (0)