NSData + RACSupport.h @interface NSData (RACSupport) // Read the data at the URL using -[NSData initWithContentsOfURL:options:error:]. // Sends the data or the error. // 返回一个URL异步请求的信号量 // scheduler 不能为空 + (RACSignal *)rac_readContentsOfURL:(NSURL *)