--- AnyEvent-MP/MP.pm 2021/09/18 13:46:56 1.155 +++ AnyEvent-MP/MP.pm 2021/10/23 03:35:49 1.156 @@ -78,12 +78,12 @@ =item port -Not to be confused with a TCP port, a "port" is something you can send +Not to be confused with TCP ports, a "port" is something you can send messages to (with the C function). Ports allow you to register C handlers that can match all or just some messages. Messages send to ports will not be queued, regardless of -anything was listening for them or not. +whether anything was listening for them or not. Ports are represented by (printable) strings called "port IDs". @@ -968,7 +968,7 @@ without problems, and in fact, this is the common method to create worker pools. For example, a worker port for image scaling might do this: - db_set my_image_scalers => $port; + db_set my_image_scalers => $port; # value not used And clients looking for an image scaler will want to get the C keys from time to time: