Add Async ObjectServer+Interface & make async the primary API
As promised, async ObjectServer and Interface finally implemented. Now that we also have the high-level service-side async API, I also made async our primary API, with sync API just blocking wrappers. I took inspiration for the latter (including the name blocking
) from other crates that provide a similar API (e.g reqwest
).
Fixes #37 (closed).