Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Rxjava2
- 안드로이드
- RxJava
- android architecture component
- android push
- mfc
- kodility
- Django REST framework
- 알고리즘
- Android
- 안드로이드 구글맵
- 프로그래머스
- Django REST
- dart
- 코틀린
- C++
- UWP
- livedata
- NDK
- Java
- flutter firestore
- Flutter TextField
- Python
- Android P
- FLUTTER
- RxAndroid
- Django REST Android
- C
- Kotlin
- C/C++
Archives
- Today
- Total
목록PickSingleFileAsync (1)
개발하는 두더지
[C/C++/UWP] 사진라이브러리에서 jpg 파일 선택하기 ( C++/CX - Lambda )
# C++/CX Lambda - 비동기 API 호출에 사용 - Lambda식 사용 : create_task(), then() - 이벤트 핸들러(Win32에서 콜백함수)의 상당수를 Lambda식으로 전달 - I/O 관련 API는 모조리 Async - Async API는 ppl task의 create_task()와 같이 사용 - create_task().then().then().then().... 가능 - create_task()는 Windows ThreadPool 사용하므로 task 생성 비용이 높지 않음 # 예제 1234using namespace App3;using namespace Platform;using namespace Windows::Storage;using namespace concurren..
C,C++
2016. 7. 22. 03:42