常梦网 常梦网

.NET 工具类库 Fluentx

时间: 2024-01-10  热度:

Git@OSC 安卓客户端 1.0 正式版发布,有亮点哦!

Fluentx 是一个 .NET 的工具类库,但不只是如此。提供各种不同的工具方法,助手类和设计模式。同时收集了很多 Web 方面的方法。

示例代码:

int result=0;Fx.RetryOnFail(() =>     {        ++result;        return result > 5;     });//Orint result=0;Fx.RetryOnFail(() =>     {        ++result;        return result > 5;     }, attemptSleepInMilliSeconds: 10);

相关阅读