ray/src/common/state
Ion f89be9699c Introduce non-blocking Plasma API. (#71)
* Implement new plasma client API.

* Formatting fixes.

* Make tests work again.

* Make tests run.

* Comment style.

* Fix bugs with fetch tests.

* Introduce fetch1 flag.

* Remove timer only if present.

* Formatting fixes.

* Don't access object after free.

* Formatting fixes.

* Minor change.

* refactoring plasma datastructures

* Change plasma_request and plasma_reply to use only arrays of object requests.

* some more fixes

* Remove unnecessary methods.

* Trivial.

* fixes

* use plasma_send_reply in return_from_wait1

* Lint.
2016-12-01 02:15:21 -08:00
..
db.h Global scheduler skeleton (#45) 2016-11-18 19:57:51 -08:00
db_client_table.c Global scheduler skeleton (#45) 2016-11-18 19:57:51 -08:00
db_client_table.h Global scheduler skeleton (#45) 2016-11-18 19:57:51 -08:00
object_table.c Introduce non-blocking Plasma API. (#71) 2016-12-01 02:15:21 -08:00
object_table.h Merge task table and task log into a single table (#30) 2016-11-10 18:13:26 -08:00
redis.c Introduce non-blocking Plasma API. (#71) 2016-12-01 02:15:21 -08:00
redis.h Use sizeof(field) instead of sizeof(type) and other fixes. (#47) 2016-11-19 12:19:49 -08:00
table.c Logging level (#38) 2016-11-15 20:33:29 -08:00
table.h Logging level (#38) 2016-11-15 20:33:29 -08:00
task_table.c Logging level (#38) 2016-11-15 20:33:29 -08:00
task_table.h Merge task table and task log into a single table (#30) 2016-11-10 18:13:26 -08:00