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