<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RSS Feed]]></title><description><![CDATA[RSS Feed]]></description><link>http://direct.ecency.com</link><image><url>http://direct.ecency.com/logo512.png</url><title>RSS Feed</title><link>http://direct.ecency.com</link></image><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Apr 2026 08:52:42 GMT</lastBuildDate><atom:link href="http://direct.ecency.com/@jsharp/rss" rel="self" type="application/rss+xml"/><item><title><![CDATA[Synchronous와 Asynchronous Code의 차이 (From RxSwift Reactive Programming with Swift)]]></title><description><![CDATA[Synchronous code Swift에서 Array의 각 element에 접근하는것은 다음 두가지를 보장 Synchronously 실행됨 Collection은 iterate하는동안 immutable함 var array = [1, 2, 3] for number in array { print(number) array = [4, 5, 6] } print(array)]]></description><link>http://direct.ecency.com/rxswift/@jsharp/synchronous-asynchronous-code-from-rxswift-reactive-programming-with-swift</link><guid isPermaLink="true">http://direct.ecency.com/rxswift/@jsharp/synchronous-asynchronous-code-from-rxswift-reactive-programming-with-swift</guid><category><![CDATA[rxswift]]></category><dc:creator><![CDATA[jsharp]]></dc:creator><pubDate>Mon, 01 Oct 2018 09:12:09 GMT</pubDate></item></channel></rss>