Show / Hide Table of Contents

Class TickTimeUtil

Inheritance
System.Object
TickTimeUtil
Namespace: Eco.Core.Plugins
Assembly: Eco.Core.dll
Syntax
public static class TickTimeUtil : Object

Methods

TimeSubprocess(Action)

Declaration
public static double TimeSubprocess(Action func)
Parameters
Type Name Description
System.Action func
Returns
Type Description
System.Double

TimeSubprocessAsync(Func<Task>)

Declaration
public static Task<double> TimeSubprocessAsync(Func<Task> func)
Parameters
Type Name Description
System.Func<System.Threading.Tasks.Task> func
Returns
Type Description
System.Threading.Tasks.Task<System.Double>
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾