cytoscape / cyREST

Core App: REST API module for Cytoscape
https://github.com/cytoscape/cyREST/wiki
MIT License
30 stars 13 forks source link

Add more explicitly synchronous command processing #27

Closed dotasek closed 7 years ago

dotasek commented 7 years ago

Explicitly have the CommandResource wait until a call to allFinished before returning.

Add tests for multiple task cases, as well as cases where a task appends another task to the TaskIterator.

dotasek commented 7 years ago

Addressed in 5625fd0