You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to retlang-dev
The Retlang Api has been refactored to be consistent with Jetlang.
Originally, Retlang was based upon the message bus paradigm, but the
api evolved into a pure threading api using Fibers and Channels.
Thanks to Graham Nash for implementing the changes.
Old Class New Class
Retlang.ProcessContext Retlang.Fibers.ThreadFiber
Retlang.PoolQueue Retlang.Fibers.PoolFiber
Retlang.Channel Retlang.Channels.Channel
The MessageBus and ProcessBus classes no longer exist. Topic based
messaging can be implemented using Channels with Filters.