Java multithreaded Programming-synchronizer Exchanger

Source: Internet
Author: User

Class Java.util.concurrent.Exchanger provides a synchronization point at which a pair of threads can exchange data. Each thread provides data to his partner thread through the portal of the Exchange () method, and receives the data provided by his partner thread and returns.
This is useful when running asymmetric activities, such as when a thread fills in buffer and another thread consumes data from buffer, the two threads can use exchanger to exchange data. This exchange is thread-safe for two threads when two threads exchange data through exchanger. Two threads wait until their program runs to this place exchanger. Then the data exchange, after the exchange is completed, each of the subsequent program flow.

Java multithreaded Programming-synchronizer Exchanger

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.