Reworked LocalizationManager to load data async

This commit is contained in:
Bond_009
2019-01-27 10:20:05 +01:00
parent e3b19c22a7
commit 51edd5d067
27 changed files with 201 additions and 266 deletions

View File

@@ -89,7 +89,7 @@ namespace MediaBrowser.Common
/// <typeparam name="T"></typeparam>
/// <param name="manageLiftime">if set to <c>true</c> [manage liftime].</param>
/// <returns>IEnumerable{``0}.</returns>
IEnumerable<T> GetExports<T>(bool manageLiftime = true);
IEnumerable<T> GetExports<T>(bool manageLifetime = true);
/// <summary>
/// Updates the application.
@@ -131,7 +131,7 @@ namespace MediaBrowser.Common
/// <summary>
/// Inits this instance.
/// </summary>
void Init();
Task Init();
/// <summary>
/// Creates the instance.