Skip to content

version 0.4.0 released

Compare
Choose a tag to compare
@gottadiveintopython gottadiveintopython released this 05 Feb 11:11

changes

  • asynckivy.start() always returns a Task. (If you give it a non-Task, it will be wrapped in a Task)
  • asynckivy.raw_start() starts a coroutine without wrapping it in a Task