What would be an idiomatic way of executing a function within a time limit? Something like,
(with-timeout 5000 (do-somthing))
Unless do-so
You can probably use an agent, and then await-for it.