Asynchronous - Future

Data System Architecture

Asynchronous - Future

About

A Future represents the result of an asynchronous computation (generally a promise)

Documentation





Discover More
Data System Architecture
Concurrency - Synchronization

Synchronization insures thread safety by preventing the same code being run by two different threads at the same time. When a code (object, method) has a synchronized property, if a thread enter a synchronized...



Share this page:
Follow us:
Task Runner