Description
Korus is a pure Java based Actor Pattern. Unlike Java it emphasizes on minimum use of threads to execute tasks in parallel.Korus Korus processes are very light-weight and easy to create. These processes are asynchronous in nature and communicate each other with the help of Messages.