Skip to content
Snippets Groups Projects
Commit c6c55dae authored by Tomasz Grabiec's avatar Tomasz Grabiec
Browse files

java: add support for sending messages between isolated contexts

Since class space is now isolated I cannot exchange objects between
contexts using static fields anymore. I will need some mechanism to
pass objects to isolates started in tests to be able to coordinate
their execution.

The solution is a simple send/receive support which allows to pass
objects around.
parent 4ed3be33
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment