4- Callables and Futures

5:00 2 ஒலிப்பேழைகள் 1 அத்தியாயங்கள் 119 துண்டுகள்

ஒலிப்பேழைகள்

அத்தியாயங்கள்

  1. 0:03

    Sometimes we want to return a value from a task. For example, we may call the Twitter API to get the latest tweets for a given user. That's when we use the callable interface. If you look at the signature of the submit method, you can see t…