From 9ff5782a0129e9025aa20e334ebf1ea77288edf7 Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Mon, 8 May 2023 09:12:50 +0200 Subject: Add Ractor compatibility to README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c798627..574881f 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ using Ruby-FFI](https://github.com/ffi/ffi/wiki/why-use-ffi). * C structs (also nested), enums and global variables * Callbacks from C to Ruby * Automatic garbage collection of native memory +* Usable in Ractor ## Synopsis @@ -62,7 +63,7 @@ On JRuby and TruffleRuby, there are no requirements to install the FFI gem, and From rubygems: [sudo] gem install ffi - + From a Gemfile using git or GitHub gem 'ffi', github: 'ffi/ffi', submodules: true -- cgit v1.2.1