npc1054657282

Results 9 comments of npc1054657282

DO NOT USE the `"sync-rsync.executableShell": bash`, delete this. Instead, add `"sync-rsync.useWSL": true`

Hello, will sablejs-2.0 support some new features in ES2016+? I'm a ES2016+ user. I'd like to try the product, but some features like 'bigint' cannot be translated to ES2015 by...

Per‑job state multiplies complexity. The simplest, most flexible pattern is to push the signaling logic into your job function itself, using a lightweight synchronization primitive that’s scoped just to that...

Good, this solves #134 I try to solve this by remove the all `bsem_*` functions and use the cond. This solve change the code little.

I refactor the project: [refactored codes](https://github.com/npc1054657282/C-Thread-Pool-Derived) The refactored codes also tried to solve the issue: #88 #59 #20

Find a better realization of C threadpool. [sogou workflow thrdpool](https://github.com/sogou/workflow/blob/master/src/kernel/thrdpool.c)

The author's use is all right. There is no functional difference between `pthread_cond_init(&thpool_p->threads_all_idle, NULL);` and `pthread_cond_init(&(thpool_p->threads_all_idle), NULL);` The member‑access operator -> has higher precedence than the address‑of operator &.

> I still don't know what the concept of a "function value" is actually useful for. Function value can be constructed through generics and is valuable when creating multiple similar...

The problem lies in the fact that this is essentially an ownership issue, somewhat beyond the capabilities of zig. When a coercion occurs, the acquired pointer is considered a reference...