If threading is enabled, protect the operations on this bufferevent with a lock.

Property definitions

libevent :: libevent $ Sys :: bev_opt_threadsafe
# If threading is enabled, protect the operations on this bufferevent with a lock.
fun bev_opt_threadsafe: Int `{ return BEV_OPT_THREADSAFE; `}
lib/libevent/libevent.nit:321,1--322,60