Commit Graph

11 Commits

Author SHA1 Message Date
kpentaris
187050311e Add application file for BAEL-4038 (#12851) 2022-10-19 17:23:17 +02:00
kpentaris
ad902ab092 [BAEL-4500] Add locked ownable synchronizers example code (#12608)
* Add locked ownable synchronizers example code

* refactor application snippet
2022-08-24 15:47:46 +02:00
Eugene Kovko
9403406f4c BAEL-5682 - Atomic vs Volatile (#12528)
Co-authored-by: eugene.kovko <eugene.kovko@tensquaregames.com>
2022-08-01 20:16:24 -05:00
kpentaris
2252d418c9 Add AtomicInteger.set() and .lazySet() usage example (#12099) 2022-05-07 08:57:31 +05:30
Seshu Kumar T
9e7648d988 Producer consumer problem (#11781)
* Producer consumer problem

* Simplified producer consumer added

Co-authored-by: Seshu Thanneeru <seshukumar.thanneeru@thoughtdata.com>
2022-03-15 14:57:51 +01:00
thibaultfaure
82778c5d55 BAEL-4524 Acquire a Lock By Key in Java (#11872) 2022-03-10 20:34:39 -06:00
Vartika Nigam
b29963fd35 initial commit for BAEL-5185 (#11484)
* initial commit for BAEL-5185

* fixed issues

* fixed issues

* Added Junit test case

Co-authored-by: Vartika_Nigam <Vartika_Nigam@dellteam.com>
2021-12-30 07:43:09 +05:30
Kai Yuan
1a07f9d2bf add Phaser implementations (#11051) 2021-07-20 22:17:19 -05:00
Kai Yuan
4f7ada972a 2 threads start at the same time (#10972)
* 2 threads start at the same time

* remove blank leading/trailing lines
2021-07-03 11:51:44 -05:00
Anshul BANSAL
5a706ec297 BAEL-4499 - Synchronization bad practice and solution example 2021-01-25 12:29:01 +02:00
Anshul BANSAL
5fa9e79e6b BAEL-4472- Binary Semaphore vs a ReentrantLock - new module added 2021-01-03 22:52:18 +02:00