natverse / rcatmaid

R package providing API access to the CATMAID web image annotation tool
https://natverse.github.io/rcatmaid
GNU General Public License v3.0
9 stars 6 forks source link

asynchronous requests to CATMAID API #117

Open jefferis opened 5 years ago

jefferis commented 5 years ago

We could think about support for async requests e.g. fetching neurons in parallel could be much quicker. The nicest way to do this might be to have something like catmaid_fetch_multi where you could set the number of async requests. You might then need to do some work to join results up. Would also need to think about how to specify separate lists of POST body information (maybe GET support would cover a lot of use cases initially).

In terms of package support