Skip to content

Commit

Permalink
comment: todo
Browse files Browse the repository at this point in the history
  • Loading branch information
inferior3x committed May 20, 2024
1 parent 0ca8248 commit e1b41a1
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ public ResponseEntity<Map<String, List<?>>> getApplicantsInfoAsync(@RequestBody
return ResponseEntity.ok().body(result.join());
}

//병렬 스트림 + async

//TODO:
// 병렬 스트림 + async의 장점,
// 병렬 스트림, async 각각 적절한 상황,
// 서비스 메서드마다 다른 인자가 필요한 경우,
// 서비스 메서드 맵 어떻게 뺄지,
// 적절한 스레드 수 알아보기,
// 자바 비동기 기초,

}

0 comments on commit e1b41a1

Please sign in to comment.