fetch_all_async


Description:

public async unowned List<FeedItem> fetch_all_async () throws Error

Similar to fetch_all, but asyncronous.

Parameters:

this

a FeedChannel.

callback

function to invoke at the end of the download.

user_data

data passed to the callback.