Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 274 Bytes

File metadata and controls

11 lines (7 loc) · 274 Bytes

Java interchange messages system

This id a demo of concurrent java application to interchange messages between threads

Run

You can start from cli (see Makefile recipes):

  • build project make build
  • run make run
  • build and run make build-run