pub unsafe extern "C" fn aws_get_soft_limit_io_handles() -> usize
Expand description
Returns the soft limit for max io handles (max fds in unix terminology). This limit is one more than the actual limit. The soft limit can be changed up to the hard limit by any process regardless of permissions.