hanjinliu / magic-class

Generate multifunctional and macro recordable GUIs from Python classes
https://hanjinliu.github.io/magic-class/
BSD 3-Clause "New" or "Revised" License
39 stars 5 forks source link

Implement async callback #117

Closed hanjinliu closed 1 year ago

hanjinliu commented 1 year ago

This PR adds connect_async method to MagicField. Now users can easily implement async slider, non-blocking data loading etc.