Kapsayıcının kullanılabilir olmasını bekler ve istenen kapsayıcıyı döndürür.
Bu yöntem, kapsayıcı kullanılabilir olana kadar engelleme yapar.
herkese açık
soyut
boole
isDone()
Kapsayıcının kullanılabilir olup olmadığını döndürür. Bu container, varsayılan kapsayıcı olabilir. Varsayılan kapsayıcı olup olmadığını kontrol etmek için isDefault() işlevini kullanın.
İlerlemeler
doğru değerini alır. get(), kapsayıcının kullanılabilir olmasını engeller ve beklerse false (yanlış) değerini döndürür.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-25 UTC."],[],["`ContainerFuture` provides an interface to retrieve a `Container`. The `get()` method blocks until a `Container` is available and then returns it. The `isDone()` method checks if a `Container` is already available, returning `true` if so, and `false` if `get()` will block. `isDone` could be the default container, to check if this is the case use `isDefault()`. `get()` waits for the container to be ready and returns it.\n"]]