taskit icon indicating copy to clipboard operation
taskit copied to clipboard

TaskIt is a library that ease Process usage in Pharo. It provides abstractions to execute and synchronize concurrent tasks, and several pre-built mechanisms that are useful for many application develo...

Results 17 taskit issues
Sort by recently updated
recently updated
newest added

Two occurrences: https://github.com/pharo-contributions/taskit/blob/a2c520791918c2a34b2fdb85f500bdd2f02b35f6/TaskIt/TKTCommonQueueWorkerPool.class.st#L21 https://github.com/pharo-contributions/taskit/blob/a2c520791918c2a34b2fdb85f500bdd2f02b35f6/TaskIt/TKTWorker.class.st#L41

We can find another smalltalk like name without get prefix. https://github.com/pharo-contributions/taskit/blob/a2c520791918c2a34b2fdb85f500bdd2f02b35f6/TaskIt/TKTWorkerPool.class.st#L44

Example: https://github.com/pharo-contributions/taskit/blob/c3a512839c7c24149e96b40a3974e824b91e630a/TaskIt/TKTNewProcessTaskRunner.class.st#L6

Hi, Some of the latest changes are not yet in Pharo 11, and the baseline in Pharo 11 is pretty much a separate thing. I wanted to do a PR...

Tests: `testStackContainsContextsOfMaster` and `testStackStartingAt`. After debugging a bit, I think it's the same root. A context is expected to head the stack but it isn't (identity equals is false). No...

There is `TKTConfiguration serviceManager` in the methods `kill`, `start` and `stop`, and an additional occurrence in `TKTWatchDog`. I guess we can introduce a `serviceManager`slot which brings the feature of allowing...

help wanted
question

In fact the original idea of tkt process is not to provide data to the dashboard, but to represent have a representation messageSend-based for the local pharo process. Not to...

Copied and pasted the TKTFileWatcher example, ran it and the image hangs (Pharo80 macOS stable). Had to interrupt with command+.