From ff2f33abb9d51293c36a56cedc7916c052a27470 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Date: Mon, 17 Apr 2023 17:47:07 +0200 Subject: [PATCH] Document sponge mode and progress events --- doc/user/emulation/events.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/user/emulation/events.md b/doc/user/emulation/events.md index 13e26c5..550d1ee 100644 --- a/doc/user/emulation/events.md +++ b/doc/user/emulation/events.md @@ -142,8 +142,14 @@ KCI Is back in the CPU due to a context switch 6WS Ends suspending the worker via suspend() 6Wr Begins resuming another worker via resume() 6WR Ends resuming another worker via resume() +6Wg Enters the sponge mode +6WG Exits the sponge mode 6W* Signals another thread to wake up (punctual event) +6Pp Set progress state to Progressing +6Pr Set progress state to Resting +6Pa Set progress state to Absorbing + 6U[ Starts to submit a task via submitTask() 6U] Ends the submission of a task via submitTask()