thread_memo

Function thread_memo 

Source
pub fn thread_memo(
    ctx: Context<'_, '_, '_, '_, ThreadMemo<'_>>,
    memo: String,
    signal: Option<Signal>,
) -> Result<Signal>
Expand description

Memo instruction that logs a message (replacement for spl-memo). Used for tracking thread fiber execution in logs without external dependencies. Optionally emits a signal for testing signal behaviors.