littlebirds

Results 4 issues of littlebirds

the advantage will be that: 1) in enqueue() method you no longer need to make a shared_ptr of packaged_task, 2) tasks.emplace([task](){ (*task)(); }); === ==> tasks.emplace(std::move(task)) The change works fine...

Some thing like getActiveCount() in java, so to let consumers of the threadpool know if waiting is needed.

https://pro.form-create.com/doc/form ype Options = { //表单配置 ... //提交按钮配置 submitBtn?: { //是否显示提交按钮 show?: boolean; //按钮的文字 innerText?: string; }; ... 按文档innerText应该可以定制,但是看源码现在拷贝完formOptions之后又把“props.submit" 的字串赋值给了提交按钮,覆盖了用户的可能设置

A shell script to change the project name from "Greeter"