Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions src/gleam/erlang/process.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,6 @@ fn raw_send(a: Pid, b: message) -> DoNotLeak
/// This function does not wait for the `Subject` owner process to call the
/// `receive` function, instead it returns once the message has been placed in
/// the process' mailbox.
///
/// # Named Subjects
///
/// If this function is called on a named subject for which a process has not been
/// registered, it will simply drop the message as there's no mailbox to send it to.
///
/// # Panics
///
Expand Down