Skip to content

Commit

Permalink
Fix doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
cpubot committed Oct 24, 2023
1 parent aa28e46 commit 1cef451
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions paladin-core/src/runtime/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,9 @@ where
/// Typically used by a worker node for send back the results of a [`Task`]
/// execution.
///
/// The [`opkind_derive::OpKind`] macro uses this internally to provide a
/// [`RemoteExecute`] implementation for [`AnyTask`].
/// The [`opkind_derive::OpKind`](crate::opkind_derive::OpKind) macro uses
/// this internally to provide a [`RemoteExecute`] implementation for
/// [`AnyTask`].
#[instrument(skip(self), level = "debug")]
pub async fn get_result_sender<Op: Operation>(
&self,
Expand Down

0 comments on commit 1cef451

Please sign in to comment.