Thread pool used by methods annotated with restful(async)

Property definitions

nitcorn $ RestfulAction :: thread_pool
	# Thread pool used by methods annotated with `restful(async)`
	var thread_pool = new ThreadPool is writable
lib/nitcorn/restful.nit:90,2--91,45