mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2026-02-15 06:55:29 +01:00
Author:manus
Date:2012-06-27T23:27:09.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1117 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
* Added capability to enable multi-statements execution for MySQL.
|
||||
|
||||
===EiffelThread===
|
||||
* Breaking change in class <code>THREAD</code>, descendants should now call <code>{THREAD}.make</code> in order to initialize threads properly.
|
||||
* Breaking change in class <code>THREAD</code>, descendants should now call <code>{THREAD}.make</code> in order to initialize threads properly. This change was required to have a project using SCOOP be able to use libraries that are only aware of multithreading.
|
||||
* Fixed a memory corruption issue occurring when many threads are exiting at once, or that a child thread exits immediately after its parent but the parent is not yet finished in its termination.
|
||||
|
||||
===EiffelTime===
|
||||
|
||||
Reference in New Issue
Block a user