/** * Creates a new fiber asynchronously using the given closure, returning a Future that is completed with the * eventual return value of the passed function or will fail if the closure throws an exception. ...