Skip to content

Commit 6b31b73

Browse files
committed
Management API Improvements
* Agents can choose to prioritise the mailbox over the event bus * Event sinks can be “skipped” * Added a local state update API * Additional Documentation
1 parent 2ffa2bc commit 6b31b73

File tree

4 files changed

+267
-48
lines changed

4 files changed

+267
-48
lines changed

src/Control/Distributed/Process/Debug.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
-- generates /trace events/, describing internal runtime activities such as
2222
-- the spawning and death of processes, message sending, delivery and so on.
2323
-- See the 'MxEvent' type's documentation for a list of all the published
24-
-- event types, which correspond directly to the types of 'Management' event.
24+
-- event types, which correspond directly to the types of /management/ events.
2525
-- Users can additionally publish custom trace events in the form of
2626
-- 'MxLog' log messages or pass custom (i.e., completely user defined)
2727
-- event data using the 'traceMessage' function.

0 commit comments

Comments
 (0)