Войти
  • 233972Просмотров
  • 1 десятилетие назадОпубликованоCave of Programming

Advanced Java: Multi-threading Part 8 - Wait and Notify

Learn how to write and use a neural network in Java: ------------------------------------------------------------------------------------------------------------------------------------------- A tutorial on wait and notify; low-level thread synchronisation methods in Java that allow you to avoid having vile process-consuming polling loops in your code. Code on . Wait and notify allow you to have sleeping threads that are woken up by other threads. "Why, exactly what I've been looking for!" I hear you say. Yes, even people who don't program in Java can enjoy using these fantastic methods. OK, maybe that's going a bit far. -------------------------------------------------------------------------------------------------------------------------------------------- More videos on my YouTube channel: