Stream1 Streams dart.dev/tutorials/language/streams Asynchronous programming: streams Learn how to consume single-subscriber and broadcast streams. dart.dev What's the point? Stream 은 데이터의 비동기 시퀀스를 제공한다 데이터 시퀀스는 사용자 이벤트와 파일로부터 읽은 데이터가 포함된다 Stream API 에서 await for 또는 listen() 을 사용해서 stream 을 처리할 수 있다 에러 대응하는 방법을 제공한다 single subscription 과 broadcast 두 가지 종류가 있다 다트의 비동기 프로그래밍은 Future 와 Stream 클래스가 있다 Future : 즉시 완.. 2020. 9. 19. 이전 1 다음