uwescience / myria-web

Web frontend for Myria
https://demo.myria.cs.washington.edu
Other
11 stars 14 forks source link

Backend `connection()` API seems unnecessary #278

Open bmyerz opened 9 years ago

bmyerz commented 9 years ago

relevant to #270

connection() doesn't appear to have any polymorphic usages, so why is it in the API? Connections also don't have an interface, which indicates they could be private to backends.