nitcorn :: HttpFactory :: and_libevent
You can use this to create the first HttpFactory
, which is the most common.
# Instantiate a server and libvent
#
# You can use this to create the first `HttpFactory`, which is the most common.
init and_libevent do init(new NativeEventBase)
lib/nitcorn/reactor.nit:132,2--135,47
redef init and_libevent
do
use_pthreads
super
end
lib/nitcorn/pthreads.nit:22,2--26,4