CompletableFuture

·java/summary
멀티스레드와 자바 비동기 작업으로 간단한 콘솔 기반 카페 만들기 GitHub - pbg0205/asyc-cafeContribute to pbg0205/asyc-cafe development by creating an account on GitHub.github.com  CompletableFuture? 자바는 ThreadPool 과 CompletableFuture 를 기반해 비동기 작업을 지원한다. 기본적으로 자바는 Synchrous & Blocking 기반으로 동작하지만 비순차적 작업과 실행 흐름 대기로 인한 자원의 낭비와 작업이 지연될 수 있는 단점이 있다. 이를 개선하기 위한 방법으로 자바에서 또한 비동기(Asynchronous) 지원을 위한 CompletableFuture 와 같은 개념이 대두되었..
cooper25
'CompletableFuture' 태그의 글 목록