我们有一个while循环,它在数百个数据库中的100个表中搜索字符串。我们不需要找到字符串的确切位置,只是想知道它是否存在于某个地方。let mut str_not_found = true; if i % 500 == 0{ }
//search for string in the table . if it exists set st
假设我有两个函数。一个函数需要一段时间来处理,另一个函数很简单,运行速度很快。我想同时启动这两个函数,但让简单的函数在循环中连续运行,循环在第一个函数完成时结束。怎么能做到这一点呢?## It will take a while to write out ## writedlm(big_array, "/very/large/file.csvfunction function_tw