cyhone

Results 8 issues of cyhone

How to get current schedule time in each triggered job? Such as ``` cron.AddFunc("1 * * * *", func(scheduleTime time.Time){ }) ```

CachePage doesn't insure thread safe. In the high concurrency scenario, CachePage will make response data chaos. I think CachePageAtomic is the only right choice. Why don't make CachePage private directly?

This PR refactor cacheWriter that to write cache when handler finish instead of immediately write cache in Write() Function. There are two benefits: 1. promote the write performance: once cache...

这种写法似乎在vux-loader里面不支持? ``` import { Tabbar, TabbarItem, Toast, XHeader, XButton, CellBox, Group, Calendar, Grid, GridItem, Msg, Popup, DatetimeRange, Datetime, PopupHeader, PopupPicker, FormPreview, ViewBox, Cell, XInput, Confirm, CellFormPreview, Divider, Tab, TabItem, Qrcode,...

在muduo当前的设计中,多个TcpServer是否可以共享EventLoopThreadPool?

In pr: https://github.com/gin-gonic/gin/pull/2150, remove the panic in Render function and push all error to c.Errors. This is to avoid panic when encountering "broken pipe -> write tcp" errors, in order...

Now the Create function is forced to set CreateFlag to 1 (O_WRONLY). Is it possible to open this parameter? We often modify the request according to our needs,such as: set...

在FloatWindow的View里面放了个输入框,似乎输入不了