requestInput

abstract suspend fun requestInput(hint: String): String

挂起当前协程, 以 提示 向用户索要一个输入, 在用户完成输入时返回输入结果.