diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-06-24 00:00:00 +0200 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-06-24 00:00:00 +0200 |
commit | 1d6fa60b3c60d068d12b19f10f5ad73e836b5a70 (patch) | |
tree | a30afce205084ddccb2a3ca717b8458b48b02e4a /pkg/coroutines | |
parent | cff5600c8abebd1ce988b2185c07e998c4a1d483 (diff) | |
download | lens-1d6fa60b3c60d068d12b19f10f5ad73e836b5a70.tar.gz lens-1d6fa60b3c60d068d12b19f10f5ad73e836b5a70.tar.bz2 lens-1d6fa60b3c60d068d12b19f10f5ad73e836b5a70.zip |
feat: Add scheduler again
Since I have fixed the issue with the `SIGTINT` hanging the application
I can readd the scheduler once more.
Also move the param for amount of scheduler work.
Diffstat (limited to 'pkg/coroutines')
-rw-r--r-- | pkg/coroutines/coroutines.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/coroutines/coroutines.go b/pkg/coroutines/coroutines.go new file mode 100644 index 0000000..c0f7247 --- /dev/null +++ b/pkg/coroutines/coroutines.go @@ -0,0 +1 @@ +package coroutines |