-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: Add completion handler API & refactoring async await API
async await 를 사용하지 않는 프로젝트에서도 사용할 수 있도록 completion handler API 를 추가함. 또한 기존 async await 코드를 completion handler 코드를 wrapping 하도록 리팩토링함 completion handler 추가로 completion handler 를 사용하는 API 테스트도 추가하였음
- Loading branch information
Showing
2 changed files
with
225 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters