cs01/pygdbmi

add async interfaces

Open

#41 opened on Feb 18, 2020

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Python (50 forks)github user discovery
help wanted

Repository metrics

Stars
 (257 stars)
PR merge metrics
 (PR metrics pending)

Description

Add async alternatives to all sync methods. This will make pygdbmi more efficient because it will be event-based, not polling based.

Contributor guide