[squeak-dev] The Inbox: Collections-jar.1028.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Feb 16 07:00:15 UTC 2023


A new version of Collections was added to project The Inbox:
http://source.squeak.org/inbox/Collections-jar.1028.mcz

==================== Summary ====================

Name: Collections-jar.1028
Author: jar
Time: 16 February 2023, 8:00:13.16881 am
UUID: 60a0cd75-df99-1942-8d6a-3fbe0615b1aa
Ancestors: Collections-mt.1027

complement Kernel-jar.1501 (#terminate etc)

=============== Diff against Collections-mt.1027 ===============

Item was added:
+ ----- Method: LinkedList>>releaseCriticalSection: (in category 'private') -----
+ releaseCriticalSection: aContext
+ 	"A helper method for Process suspendAndReleaseCriticalSection;
+ 	 aContext receiver represents a condition variable, i.e. a Semaphore
+ 	 or a Mutex (or any other in case of future new condition variables),
+ 	 which will take care of releasing the critical section properly."
+ 
+ 	^aContext receiver stepIntoCriticalSection: aContext!



More information about the Squeak-dev mailing list