We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8f1906 + 87e9e26 commit 00ff628Copy full SHA for 00ff628
1 file changed
libs/binder/rust/src/state.rs
@@ -28,8 +28,9 @@ impl ProcessState {
28
/// `num_threads` additional threads as specified by
29
/// [`set_thread_pool_max_thread_count`](Self::set_thread_pool_max_thread_count).
30
///
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
+ /// If this is called, it must be done before creating any Binder client or server.
+ ///
33
+ /// If neither this nor [`join_thread_pool`](Self::join_thread_pool) are
34
/// called, then some things (such as callbacks and
35
/// [`IBinder::link_to_death`](crate::IBinder::link_to_death)) will silently
36
/// not work: the callbacks will be queued but never called as there is no
0 commit comments