issues
search
genkgo
/
mail
Library to send e-mails over different transports and protocols (like SMTP and IMAP) using immutable messages and streams. Also includes SMTP server.
https://mail.readthedocs.io/
Other
402
stars
21
forks
source link
Enhance QueueProcessor
#40
Closed
GwendolenLynch
closed
6 years ago
GwendolenLynch
commented
6 years ago
Accept iterable over array for queues
Return the dispatched message count from process()
Use Cases
Count: Providing a small amount of visibility on internal processing and user feedback
Type hint: When using DI such as Symfony's, it is possible to tag enabled/in-use queues, wrapping them in a
\Traversable
object
frederikbosch
commented
6 years ago
Wonderful!
Use Cases
\Traversable
object