# Set whether calls to `accept` are blocking
funblocking=(value:Bool)do# We use the opposite from the native version as the native API
# is closer to the C API. In the Nity API, we use a positive version
# of the name.
native.non_blocking=notvalueend