You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a new Haskell package ngx-export-tools with module NgxExport.Tools which exports useful utility functions and exporters of simple services exposing a higher abstraction level than basic service exporters from module NgxExport.
Bug fixes
Replaced cancel by cancelWith with argument ThreadKilled. This was not a bug until release of async-2.2 where cancel began throwing AsyncCancelled instead of ThreadKilled.
Pedantically free bound to services async tasks on a worker's termination.