Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Java Multithreading , Concurrency & Parallel Programming 2/e, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:04:57
    Introduction
  2. Урок 2. 00:00:25
    Section Introduction
  3. Урок 3. 00:03:22
    Multitasking and Multithreading
  4. Урок 4. 00:00:21
    Section Introduction
  5. Урок 5. 00:20:05
    Creating Thread | Different Ways
  6. Урок 6. 00:04:53
    Thread Scheduler and Thread Life Cycle
  7. Урок 7. 00:00:26
    Section Introduction
  8. Урок 8. 00:19:26
    Thread Name and Thread Priorities
  9. Урок 9. 00:08:27
    Yield Method
  10. Урок 10. 00:14:10
    Join Method
  11. Урок 11. 00:08:26
    Sleep Method
  12. Урок 12. 00:07:45
    Interrupting Threads
  13. Урок 13. 00:00:22
    Summary
  14. Урок 14. 00:00:26
    Section Introduction
  15. Урок 15. 00:12:49
    Memory Areas and data Sharing among threads
  16. Урок 16. 00:04:50
    Race Condition,Data Race Atomic and Non-Atomic operations
  17. Урок 17. 00:04:23
    Facing the challenges
  18. Урок 18. 00:00:27
    Summary
  19. Урок 19. 00:00:32
    Section Introduction
  20. Урок 20. 00:02:27
    Critical section, Implicit Locking with Synchronized Keyword
  21. Урок 21. 00:18:07
    Implicit locking with Synchronized Methods
  22. Урок 22. 00:08:29
    Implicit locking with Synchronized block
  23. Урок 23. 00:21:23
    Wait,Notify,NotifyAll | Inter-Thread Communication
  24. Урок 24. 00:04:05
    Explicit Lock- Lock Interface
  25. Урок 25. 00:12:08
    Explicit Lock- ReentrantLock class
  26. Урок 26. 00:04:53
    Thread Safety and Immutable Classes
  27. Урок 27. 00:00:30
    Summary
  28. Урок 28. 00:00:57
    Section Introduction
  29. Урок 29. 00:12:48
    Deadlock,starvation,livelock
  30. Урок 30. 00:06:05
    Daemon Threads
  31. Урок 31. 00:00:38
    Section Introduction
  32. Урок 32. 00:04:09
    Thread Groups
  33. Урок 33. 00:06:52
    Custom Thread Groups
  34. Урок 34. 00:08:56
    Thread Pool - Executor Framework
  35. Урок 35. 00:03:23
    Executor Framework Callable
  36. Урок 36. 00:08:54
    Callable and Futures
  37. Урок 37. 00:09:03
    Thread Local
  38. Урок 38. 00:00:25
    Section Summary
  39. Урок 39. 00:00:55
    Section Introduction
  40. Урок 40. 00:04:55
    Need of Connecurent Collections
  41. Урок 41. 00:07:26
    Conncurent Modification
  42. Урок 42. 00:01:04
    How Conncurent Collection Solved the problems
  43. Урок 43. 00:10:40
    ConncurentHashMap Hierarchy and Methods
  44. Урок 44. 00:03:31
    ConncurentHashMap internal Implementation
  45. Урок 45. 00:08:31
    ConncurentHashMap in Multi-threading Environment Program Demo
  46. Урок 46. 00:07:44
    CopyonWrite ArrayList
  47. Урок 47. 00:06:24
    CopyOnWriteArraySet
  48. Урок 48. 00:09:29
    Count Down Latch
  49. Урок 49. 00:11:07
    Cyclic Barrier
  50. Урок 50. 00:10:40
    Blocking Queue
  51. Урок 51. 00:08:59
    Exchangers
  52. Урок 52. 00:06:21
    Semphores
  53. Урок 53. 00:00:47
    Summary
  54. Урок 54. 00:02:02
    Section Introduction
  55. Урок 55. 00:10:21
    Streams basics code to get familiar with Syntax
  56. Урок 56. 00:05:02
    Stream - Filter() and Map() Methods
  57. Урок 57. 00:02:53
    More on Methods in Streams
  58. Урок 58. 00:05:54
    More on Streams
  59. Урок 59. 00:01:26
    Parallel Streams and Multithreading under the Hood
  60. Урок 60. 00:15:06
    Sequential vs Parallel streams performance Comparison
  61. Урок 61. 00:19:25
    Fork join pool,Parallel Streams on the way to achieve Concurrency
  62. Урок 62. 00:11:16
    Deciding On Number Of Threads
  63. Урок 63. 00:01:11
    Streams Summary
  64. Урок 64. 00:15:55
    See Beyond Future
  65. Урок 65. 00:06:31
    Data and Error Channel
  66. Урок 66. 00:08:55
    Complete,completeOnTimeout ,or Timeout or States of CF
  67. Урок 67. 00:05:36
    Join equivalent - thenCombine
  68. Урок 68. 00:15:06
    Some Important Methods
  69. Урок 69. 00:00:28
    Section Introduction
  70. Урок 70. 00:02:31
    Sequential vs Parallel Algorithms
  71. Урок 71. 00:15:34
    Divide and Conquer
  72. Урок 72. 00:23:11
    Fork Join Algorithm and Fork join pool
  73. Урок 73. 00:01:23
    Section Introduction
  74. Урок 74. 00:01:24
    Lambda Introduction
  75. Урок 75. 00:09:58
    Write Lambda Expression
  76. Урок 76. 00:06:22
    Functional Interfaces
  77. Урок 77. 00:09:46
    Invoke Lambda
  78. Урок 78. 00:00:40
    Few more Examples of invoking Lambda -1
  79. Урок 79. 00:05:29
    Few more Examples of invoking Lambda -2
  80. Урок 80. 00:07:23
    Few more Examples of invoking Lambda -3
  81. Урок 81. 00:05:56
    Few more Examples of invoking Lambda -4
  82. Урок 82. 00:04:58
    Few more Examples of invoking Lambda -5
  83. Урок 83. 00:00:45
    Lambda Summary
  84. Урок 84. 00:01:00
    Lambda with Collections
  85. Урок 85. 00:00:55
    Copmarator - Lambda
  86. Урок 86. 00:07:39
    Sorting a List Without Lambda and With Lambda
  87. Урок 87. 00:02:04
    Predefined Functional Interfaces - Predicates
  88. Урок 88. 00:05:59
    Predicates Example
  89. Урок 89. 00:04:36
    Functional Interfaces | Function
  90. Урок 90. 00:02:30
    Functional Interfaces | Consumer
  91. Урок 91. 00:02:42
    Functional Interfaces | Supplier
  92. Урок 92. 00:10:52
    :: Double Colon Operator Method reference
  93. Урок 93. 00:05:14
    Double Colon Operator Constructor reference
  94. Урок 94. 00:01:16
    Lambda final Summary