promise.then(data => proc(data))

Alternative

(async () => proc(await promise))()