Week 12: Asynchronous Computation
-
After this unit, students should
- understand the behaviour of threads.
- be able to create a simple thread.
-
After this unit, students should
- understand the limitation of thread.
- understand and be able to use
CompletableFuture.
-
After this unit, students should
- understand the task deque and work stealing.
- understand the behaviour of
forkandjoin(andcompute). - be able to order
forkandjoinefficiently. - be able to use
RecursiveTask.