Instance Method インスタンスメソッド

get()

Gets the value currently bound to this task-local from the current task. 現在このタスクローカルへと現在のタスクからバインドされる値を取得します。

Declaration 宣言

final func get() -> Value

Discussion 解説

If no current task is available in the context where this call is made, or if the task-local has no value bound, this will return the defaultValue of the task local. 現在のタスクがこの呼び出しが作られるところの文脈において利用可能でないならば、またはタスクローカルが値をバインドされないならば、これはタスクローカルのdefaultValueを返すでしょう。