libgolang: Introduce runtimes
Libgolang will be generic library and it will adapt itself to particular execution environment by way of runtime plugin. This commit introduces stubs for two such runtimes - "thread" and "gevent" - and initializes libgolang with particular runtime depending on whether golang is imported with gevent preactivated or not. The runtimes themselves are empty at this step. We'll be adding runtime functionality in the following patches.
Showing
golang/runtime/.gitignore
0 → 100644
golang/runtime/__init__.py
0 → 100644
Please register or sign in to comment