Skip to content

Commit 00ff628

Browse files
Treehugger Robotandroid-build-merge-worker-robot
authored andcommitted
Merge "libbinder_rs: disambiguate startThreadPool "recommendation"" into main am: b788606 am: 87e9e26
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3487390 Change-Id: I5b27c746d2a27b01a3b10ac638d5b473a7181abe Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2 parents f8f1906 + 87e9e26 commit 00ff628

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

libs/binder/rust/src/state.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ impl ProcessState {
2828
/// `num_threads` additional threads as specified by
2929
/// [`set_thread_pool_max_thread_count`](Self::set_thread_pool_max_thread_count).
3030
///
31-
/// This should be done before creating any Binder client or server. If
32-
/// neither this nor [`join_thread_pool`](Self::join_thread_pool) are
31+
/// If this is called, it must be done before creating any Binder client or server.
32+
///
33+
/// If neither this nor [`join_thread_pool`](Self::join_thread_pool) are
3334
/// called, then some things (such as callbacks and
3435
/// [`IBinder::link_to_death`](crate::IBinder::link_to_death)) will silently
3536
/// not work: the callbacks will be queued but never called as there is no

0 commit comments

Comments
 (0)