This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
just a silly example of what you can do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
just a silly example of what you can do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
just a silly example of what you can do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{"time":"2014-09-09T23:20:12.002Z","three":"30","color1":"red","color2":"yellow","color3":"blue"}, | |
{"time":"2014-09-09T23:20:12.102Z","one":"10","color1":"red","color2":"yellow","color3":"blue"}, | |
{"time":"2014-09-09T23:20:12.102Z","two":"20","color1":"red","color2":"yellow","color3":"blue"}, | |
{"time":"2014-09-09T23:20:12.102Z","three":"30","color1":"red","color2":"yellow","color3":"blue"}, | |
{"time":"2014-09-09T23:20:12.202Z","one":"10","color1":"red","color2":"yellow","color3":"blue"}, | |
{"time":"2014-09-09T23:20:12.202Z","two":"20","color1":"red","color2":"yellow","color3":"blue"}, | |
{"time":"2014-09-09T23:20:12.202Z","three":"30","color1":"red","color2":"yellow","color3":"blue"}, | |
{"time":"2014-09-09T23:20:12.302Z","one":"10","color1":"red","color2":"yellow","color3":"blue"}, | |
{"time":"2014-09-09T23:20:12.302Z","two":"20","color1":"red","color2":"yellow","color3":"blue"}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{"time":"2014-09-09T23:20:54.336Z","five":"50","color4":"green","color5":"cyan"}, | |
{"time":"2014-09-09T23:20:54.436Z","four":"40","color4":"green","color5":"cyan"}, | |
{"time":"2014-09-09T23:20:54.436Z","five":"50","color4":"green","color5":"cyan"}, | |
{"time":"2014-09-09T23:20:54.536Z","four":"40","color4":"green","color5":"cyan"}, | |
{"time":"2014-09-09T23:20:54.536Z","five":"50","color4":"green","color5":"cyan"}, | |
{"time":"2014-09-09T23:20:54.636Z","four":"40","color4":"green","color5":"cyan"}, | |
{"time":"2014-09-09T23:20:54.636Z","five":"50","color4":"green","color5":"cyan"}, | |
{"time":"2014-09-09T23:20:54.736Z","four":"40","color4":"green","color5":"cyan"}, | |
{"time":"2014-09-09T23:20:54.736Z","five":"50","color4":"green","color5":"cyan"}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<script xmlns="http://dtf.org/v1" name="distributed_store_retrieve_synced"> | |
<info> | |
<author> | |
<name>Rodney Gomes</name> | |
<email>rlgomes@yahoo-inc.com</email> | |
</author> | |
<description> | |
Example test that shows how you can use the same logic found in the | |
store_retrieve_synced test and apply it to multiple threads running on |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<script xmlns="http://dtf.org/v1" name="producer_driving_consumers"> | |
<info> | |
<author> | |
<name>Rodney Gomes</name> | |
<email>rlgomes@yahoo-inc.com</email> | |
</author> | |
<description> | |
Example test used to show how to share information between concurrently | |
executing threads in a way that allows a producer thread to drive the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<script xmlns="http://dtf.org/v1" name="store_retrieve_synced"> | |
<info> | |
<author> | |
<name>Rodney Gomes</name> | |
<email>rlgomes@yahoo-inc.com</email> | |
</author> | |
<description> | |
Example rendezvous test that shows how to use rendezvous tags to | |
synchronize activities between two different threads in a way that |
NewerOlder