equivalent to (go (loop [<bindings>] <body>)). (thread <body>) run <body> in new thread. (thread-call <f>) call function <f> in a new thread.
確定! 回上一頁