Open uasan opened 7 years ago
Hello.
I'm trying to develop async API, for PHP module Vips (fast image processing library): https://github.com/jcupitt/php-vips-ext/issues/8
Vips
This module implemented FFI (Foreign Function Interface) for libvips, not pipe/socket. Can somehow do it with libuv, so that FFI calls not blocking PHP process?
libvips
Thank.
Hello.
I'm trying to develop async API, for PHP module
Vips
(fast image processing library): https://github.com/jcupitt/php-vips-ext/issues/8This module implemented FFI (Foreign Function Interface) for
libvips
, not pipe/socket. Can somehow do it with libuv, so that FFI calls not blocking PHP process?Thank.