Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIL] @Async 애노테이션 #22

Open
yunyoung1819 opened this issue Feb 27, 2024 · 0 comments
Open

[TIL] @Async 애노테이션 #22

yunyoung1819 opened this issue Feb 27, 2024 · 0 comments
Assignees
Labels

Comments

@yunyoung1819
Copy link
Owner

Date

  • 2024.02.27

Title

  • @Async 애노테이션

Description

  • @Async 애노테이션은 스프링 프레임워크에서 비동기 실행을 지원하기 위한 메커니즘의 일부
  • 이 애노테이션을 사용하면 특정 메서드의 실행을 별도의 스레드에서 비동기적으로 수행할 수 있음
  • 즉 메서드 호출이 즉시 반환되고, 실제 메서드의 실행은 스프링이 관리하는 별도의 스레드(또는 스레드 풀)에서 이루어짐

Reference

@yunyoung1819 yunyoung1819 self-assigned this Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant