-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Start working on making it gcsafe * Remove generic restriction from most places Issue was in `start` that since I had already restricted `T` to the two kinds of handlers (To make multisync work) it didn't allow the gcsafety to pass through Might need to make my own multisync * Remove generic restriction for `start` By not restricting it we can make it extend to gcsafe procs also * Add generic restriction back where it makes sense * Write a `multisync` proc that applies generic restrictions instead of setting exact parameters * Fix the custom comparator not being used Needed to export the proc (maybe this is a good use of typebound ops?) * `multisync` working with gcsafe * Fix the default parameter on stable Bug is fixed on devel so at some point we can remove the strange code and just bump the min version * Move the logic for running the next task into a different function
- Loading branch information
1 parent
81ef391
commit dd152ce
Showing
2 changed files
with
115 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters