Weekly Updates
Hi all, It's been a while!
This week I have been working on the messaging system. I have considered some ideas like the MBox from SObjectizer, and the traditional message queue. But this is not what I was thinking.
Lines
I wrote a class, Line. I am not sure if this is a good name but, the purpose is to have a set of queues that can store any type of data. Then the environment will be able to dispatch these lines either using single-thread or multi-thread. That's why I named it Line rather than Thread.
Beyond
I am working on the dispatcher now! This could be an interesting thing.