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 |
Tags
- keychain error
- PlatformException(sign_in_failed
- tft api dart
- riot api dart
- dart new
- widget
- flutter statefulwidget
- leetcode dart
- generate parentheses dart
- dart.dev
- flutter bloc
- dart new 키워드
- 파이썬 부동소수점
- docker overview
- 파이썬
- lol api dart
- flutter
- swift concurrency
- 롤토체스 api dart
- flutter android 폴더
- AnimationController
- 롤 api dart
- com.google.GIDSignIn
- Architectural overview
- 발로란트 api dart
- valorant api dart
- flutter ios 폴더
- flutter widget
- dart
- swift 동시성
Archives
- Today
- Total
목록dart isolate (1)
Coaspe
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/SRnKy/btrHNKWrWou/iNg6hYd86tKOTgKLrTbS91/img.png)
Dart는 async-await, isolates나 Future나 Stream 같은 classes로 concurrent programming을 지원합니다. 이 페이지에서는 async-await, Future, Stream에 대해 전반적인 설명을 합니다.(주로 isolates에 대해) 앱 안에서, 모든 Dart 코드는 isolate 안에서 작동됩니다. 각각의 Dart isolate는 하나의 실행 쓰레드를 가지고, 서로 객체들을 공유하지 않습니다. 서로 통신하고 싶다면, isolates는 message passing을 사용합니다. 비록 Dart의 isolate 모델은 운영체제가 제공하는 프로세스, 스레드 같은 기본 요소로 구현되어 있지만, Dart VM의 이러한 기본 요소의 사용은 이 페이지에서 다루지 않는..
Dart/API
2023. 2. 17. 13:51