當我讀到了Scalatra的來源,我發現有像一些代碼:什麼時候應該使用scala.util.DynamicVariable?
protected val _response = new DynamicVariable[HttpServletResponse](null)
protected val _request = new DynamicVariable[HttpServletRequest](null)
有一個名爲DynamicVariable
一類有趣的。我已經看過這個類的文檔,但我不知道什麼時候以及爲什麼要使用它。它有一個withValue()
這是通常使用。
如果我們不使用它,那麼我們應該使用什麼代碼來解決它解決的問題?
(我是新來斯卡拉,如果你能提供一些代碼,那將是巨大的)
HTTP://scala-programming-language.1934581.n4.nabble。COM /斯卡拉線程本地上下文製造,易於使用 - 斯卡拉 - td1997909.html – 2011-02-25 12:22:38