Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
  • Loading branch information
Yury-Fridlyand committed Mar 25, 2024
1 parent bb11603 commit f574117
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions java/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ pub unsafe extern "system" fn Java_glide_ffi_resolvers_RedisValueResolver_valueF
redis_value_to_java(&mut env, *value)
}

/// # Safety
///
/// * Function throws a checked java exception if fails to get the socket path.
#[no_mangle]
pub unsafe extern "system" fn Java_glide_ffi_resolvers_SocketListenerResolver_startSocketListener<
'local,
Expand Down

0 comments on commit f574117

Please sign in to comment.