v1.3 Beta Released #72
lhmouse
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This release contains the following changes since v1.2:
--enable-threads=mcf
, without extra patches._MCF_thread_get_priority()
and_MCF_thread_set_priority()
, have been added._thrd_sleep_until()
which takes an absolute time point has been added, which matches the old specification of C11thrd_sleep()
before N1564, except that it is interruptible.objc and
objc++` enabled.__gthread_recursive_mutex_trylock()
and__gthread_recursive_mutex_timedlock()
no longer return zero if the mutex cannot be locked.Full Changelog: https://github.com/lhmouse/mcfgthread/compare/v1.2-ga.1..v1.3-beta.1
This discussion was created from the release v1.3 Beta Released.
Beta Was this translation helpful? Give feedback.
All reactions