Skip to content

Releases: robinfriedli/exec

1.4

16 Apr 23:35

Choose a tag to compare

enable forking of Modes and add ImmutableMode

 - make sure the default empty Mode is immutable

1.3

16 Apr 20:13

Choose a tag to compare

1.3

add CombinedInvoker and utility methods and constants

  • add default constants for Mode and Invoker
  • add overrides for invoke methods without mode that use the default
    Mode constant

1.2.2

18 Dec 21:32

Choose a tag to compare

upgrade gradle wrapper

1.2.1

18 Dec 21:16

Choose a tag to compare

remove bintray plugin, update dependencies and increment version

1.2

18 Dec 02:56

Choose a tag to compare

1.2
refactor ReferenceCountedMutex

 - remove synchronisation when removing mutex from map since the mutex
   is only removed once when decrementing the rc to 0
   - this is now guaranteed since the rc cannot increment once reaching
     0 anymore