socketry / nio4r

Cross-platform asynchronous I/O primitives for scalable network clients and servers.
Other
965 stars 86 forks source link

Rework (VALUE* args) -> (VALUE arg) invalid function type. Fixes #287. #295

Closed ioquatix closed 1 year ago

ioquatix commented 1 year ago

Previously, VALUE* was used and expected to be compatible with VALUE as a function parameter. However, some compilers didn't like this, so we change this to be more compatible.

Types of Changes

Contribution