fate0 / pychrome

A Python Package for the Google Chrome Dev Protocol [threading base]
Other
612 stars 112 forks source link

Support one event with multi listener #57

Open zer0e opened 2 years ago

zer0e commented 2 years ago

Sometimes I need to execute different sub methods in one event. I can only merge multiple methods and pass them in as new methods. Therefore, I think it may be necessary to support the completion of multiple methods in one event.