# goqtreactor **Repository Path**: stephenlyu/goqtreactor ## Basic Information - **Project Name**: goqtreactor - **Description**: A python twisted reactor implementation binding to therecipe go qt binding. - **Primary Language**: Go - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # goqtreactor A python twisted reactor implementation binding to therecipe go qt binding. **Usage** reactor.Initialize() reactor.CallInThread(func() { // TODO: }) reactor.CallFromThread(func() { // TODO: })