Os::Task Updates #1041
LeStarch
announced in
Announcements
Replies: 1 comment 1 reply
-
Given the importance of the announcement, shouldn't it be pinned for a while in the Discussions tab so that it doesn't get drowned out with the other discussions? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Community,
I am about to merge a change to the
devel
branch, which will affect theOs::Task.starct()
and<active component>.start()
interfaces. It is recommended you take a moment, if usingdevel
, to update your start calls..start()
(no arguments) in your topology..start()
calls to use the ordering.start(priority, stack size)
This is to disambiguate the new API call with priority first from the old interface (superfluous thread id first).
The new API arguments are all optional, in the order: priority, stack size, affinity, identifier.
It is strongly recommended that you respond to any deprecated warnings you get when compiling. These warnings will become errors in the next release. The full work can be seen here: #992
Beta Was this translation helpful? Give feedback.
All reactions