pub fn start<'a, Item, F>(f: F) -> Observable<'a, Item>where Item: Clone + Send + Sync, F: Fn() -> Item + Send + Sync + 'a,