Movatterモバイル変換


[0]ホーム

URL:


Scala 3
3.7.4
LearnInstallPlaygroundFind A LibraryCommunityBlog
Scala 3
LearnInstallPlaygroundFind A LibraryCommunityBlog
DocsAPI
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL
Scala 3/scala/scala.concurrent/BlockContext

BlockContext

scala.concurrent.BlockContext
See theBlockContext companion trait

Attributes

Companion
trait
Source
BlockContext.scala
Graph
Supertypes
classObject
traitMatchable
classAny
Self type

Members list

Value members

Concrete methods

Attributes

Returns

theBlockContext that would be used for the currentjava.lang.Thread at this point

Source
BlockContext.scala

The default block context will execute the supplied thunk immediately.

The default block context will execute the supplied thunk immediately.

Attributes

Returns

theBlockContext that will be used if no other is found.

Source
BlockContext.scala
finaldefusingBlockContext[I,T](blockContext:BlockContext)(f:BlockContext=>T):T

Installs the BlockContextblockContext around the invocation tof and passes in the previously installed BlockContext tof.

Installs the BlockContextblockContext around the invocation tof and passes in the previously installed BlockContext tof.

Attributes

Returns

the value produced by applyingf

Source
BlockContext.scala
finaldefwithBlockContext[T](blockContext:BlockContext)(body:=>T):T

Installs a currentBlockContext around executingbody.

Installs a currentBlockContext around executingbody.

Attributes

Source
BlockContext.scala
In this article
Generated with
Copyright (c) 2002-2025, LAMP/EPFL
Copyright (c) 2002-2025, LAMP/EPFL

[8]ページ先頭

©2009-2025 Movatter.jp