The implementation of Binder IPC for Android, written in Rust, has been accepted into the Linux kernel 6.18.
The implementation of the Binder inter-process communication mechanism, written in Rust, has been accepted into the Linux kernel codebase, which forms the basis for the 6.18 release. Binder is used in Android to facilitate interaction between processes and remote method invocation (one Android process can call a method or function in another Android process using Binder to identify, invoke, and pass arguments between […]
