diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2018-11-09 17:36:35 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2018-11-09 17:36:35 +0100 |
commit | a3ec8e0b6b5cc88063893fd7226599727a41dd29 (patch) | |
tree | 8b7f5304b55a49c60bf0f1b4b540143373e00c42 /CHANGES | |
parent | b899b53286e9125f34fd7522f4a173ff12643b68 (diff) | |
download | lanes-a3ec8e0b6b5cc88063893fd7226599727a41dd29.tar.gz lanes-a3ec8e0b6b5cc88063893fd7226599727a41dd29.tar.bz2 lanes-a3ec8e0b6b5cc88063893fd7226599727a41dd29.zip |
new API lanes.set_thread_affinity(), and et_debug_threadname implemented with win32 pthread
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 134: BGe 3-Dec-13 | ||
4 | * new API lanes.set_thread_affinity() | ||
5 | * set_debug_threadname implemented with win32 pthread | ||
6 | |||
3 | CHANGE 133: BGe 8-Nov-18 | 7 | CHANGE 133: BGe 8-Nov-18 |
4 | * Make sure any linda operation that can raise an error won't ever leave a mutex unreleased | 8 | * Make sure any linda operation that can raise an error won't ever leave a mutex unreleased |
5 | * lane:join() now returns nil, "timeout" in case of timeout | 9 | * lane:join() now returns nil, "timeout" in case of timeout |