개발정리

  • 홈
  • 방명록
  • 태그

ExcutorService 1

토비의 봄 TV - 자바의 비동기 기술 (4) 1/2

ExcutorService 쉽게 비동기로 작업을 실행할 수 있도록 도와주는 JDK(1.5부터)에서 제공하는 interface 이다. 일반적으로 ExecutorService는 작업 할당을 위한 스레드 풀과 API를 제공한다. @Slf4j public class ExcutorServiceApp { public static void main(String[] args) { ExecutorService es = Executors.newCachedThreadPool(); es.execute(() -> { try { Thread.sleep(2000); } catch (InterruptedException e) { e.printStackTrace(); } log.info("Async"); System.out.print..

Spring/Webflux 2022.06.17
이전
1
다음
더보기
프로필사진

개발정리

  • 분류 전체보기 (261)
    • 프로그래밍 (38)
      • Java (37)
      • Kotlin (1)
    • 알고리즘 (23)
    • 자료구조 (5)
    • 디자인 패턴 (23)
    • Spring (13)
      • Webflux (11)
      • WebSocket (1)
    • Kafka (1)
    • 리눅스 (9)
    • 컨테이너 (8)
      • 도커 (8)
    • 네트워크 (37)
    • Web (5)
    • 개발(ETC) (5)
    • 블록체인 (90)
      • 비트코인 (17)
      • 이더리움 (32)
      • 디파이 (Defi) (23)
      • 크립토 (16)
      • 개발 (2)

Tag

leetcode, Remove Duplicates from Sorted Array, 코딩인터뷰완전분석, CompletableFuture, Coroutine, docker, Remove Element, Squares of a Sorted Array, 도커, 생활코딩 도커, webflux, Future, Java, DeferredResult, ReactiveStreams, docker 명령어, java8, asyncRestTemplate, 코루틴, Container terminal,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/07   »
일 월 화 수 목 금 토
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바