mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-17 13:45:05 +00:00
Tidying
This commit is contained in:
@@ -17,7 +17,7 @@ namespace ICD.Common.Utils
|
||||
/// </summary>
|
||||
/// <param name="condition"></param>
|
||||
/// <param name="timeout"></param>
|
||||
/// <returns></returns>
|
||||
/// <returns>False if the call times out</returns>
|
||||
public static bool Wait(Func<bool> condition, long timeout)
|
||||
{
|
||||
if (condition == null)
|
||||
|
||||
Reference in New Issue
Block a user