Sean McQuillan

Results 2 issues of Sean McQuillan

Looking at this, I see two paths: 1. Make gservice.core.Service polymorphic on Setting('twisted'). This is in the realm of possible, but will lead to some very weird initialization code or...

async

When writing an advanced test that uses multiple related `TestCoroutineDispatcher` instances, there is a problem that can occur when one dispatches a task to another: ``` val dispatcherA = TestCoroutineDispatcher()...

test