native_synchronization icon indicating copy to clipboard operation
native_synchronization copied to clipboard

Low-level synchronization primitives built using dart:ffi.

Results 4 native_synchronization issues
Sort by recently updated
recently updated
newest added

DCli is attempting to use a mailbox to spawn process synchronously. My primary isolate spawns a secondary isolate which runs a process. The primary isolate needs to call take() to...

I'm trying to use mailbox to implement a replacement for waitFor when running process. The problem I'm encountering is that a mailbox only allows a single message at time. Ignoring...

Hello! Thank you for the simple and great library. I was considering using it as a way to synchronize writes to a SQLite database from different isolates, since SQLite only...

This required changes to the underlying Mutex.runLocked and ConditionalVariable.wait methods. --- - [X] I’ve reviewed the contributor guide and applied the relevant portions to this PR. The changes are backwards...