Skip to main content
Graph
Search
fr
|
en
Login
Search
All
Categories
Concepts
Courses
Lectures
MOOCs
People
Practice
Publications
Startups
Units
Show all results for
Home
Category
Concurrent computing
Applied sciences
Computer engineering
High-performance computing
Concurrent computing
Graph Chatbot
Related lectures (31)
Previous
Page 1 of 4
Next
Concurrency with Futures
Explores futures as a structured approach to concurrency, simplifying parallel tasks and input-output operations.
Asynchronous Programming with Futures
Explores asynchronous programming with futures, showcasing benefits, challenges, and efficient implementations.
Threads: Concurrency and Parallelism in Computer Systems
Covers the thread abstraction in computer systems, focusing on concurrency, parallelism, and the management of threads using the POSIX API.
Threads: Introduction and Implementation
Introduces thread creation and management in Java, including using thread pools for efficient task execution.
Asynchronous Programming: Callbacks and Failures
Covers the concept of asynchronous programming and how to handle dependencies and failures.
Message Processing Semantics
Explores the principles of reactive programming and message processing semantics in Akka, emphasizing actor encapsulation, reliable messaging, and message delivery guarantees.
The Actor Model: Principles of Reactive Programming
Covers the Actor Model, emphasizing asynchronous message passing and changing an Actor's behavior.
Concurrency Basics: Threads and Synchronization
Covers the basics of concurrency, focusing on threads and synchronization, including thread joining and challenges of non-deterministic execution.
Asynchrony: Concepts and Implementations
Covers the concepts and implementations of asynchrony, including synchronous and asynchronous code, OS threads, and writing asynchronous code in Java.
Threads and Locks
Explores threads in programming, shared data challenges, locks, and thread management in graphical interfaces and web applications.