MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-577129.py

File recipe-577129.py

recipes/Python/577129_Run_asynchronous_tasks_using/recipe-577129.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/python
2"""
3Run asynchronous tasks in gobject using coroutines. Terminology used:
4

Callers

nothing calls this directly

Calls 3

start_jobFunction · 0.85
myjobFunction · 0.85
runMethod · 0.45

Tested by

no test coverage detected