grp_lock property
Optional group lock to be assigned to the ioqueue key.
Note that when a secure socket listener is configured with a group lock, any new secure socket of an accepted incoming connection will have its own group lock created automatically by the library, this group lock can be queried via pj_ssl_sock_get_info() in the info field pj_ssl_sock_info::grp_lock.
Implementation
external ffi.Pointer<pj_grp_lock_t> grp_lock;