aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2018-11-09 17:36:35 +0100
committerBenoit Germain <bnt.germain@gmail.com>2018-11-09 17:36:35 +0100
commita3ec8e0b6b5cc88063893fd7226599727a41dd29 (patch)
tree8b7f5304b55a49c60bf0f1b4b540143373e00c42 /CHANGES
parentb899b53286e9125f34fd7522f4a173ff12643b68 (diff)
downloadlanes-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--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a90358b..9f18bb3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 134: BGe 3-Dec-13
4 * new API lanes.set_thread_affinity()
5 * set_debug_threadname implemented with win32 pthread
6
3CHANGE 133: BGe 8-Nov-18 7CHANGE 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