Skip to content

Releases: robinfriedli/exec

1.4

Choose a tag to compare

@robinfriedli robinfriedli released this 16 Apr 23:35
enable forking of Modes and add ImmutableMode

 - make sure the default empty Mode is immutable

1.3

1.3

Choose a tag to compare

@robinfriedli robinfriedli released this 16 Apr 20:13

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

Choose a tag to compare

@robinfriedli robinfriedli released this 18 Dec 21:32
upgrade gradle wrapper

1.2.1

Choose a tag to compare

@robinfriedli robinfriedli released this 18 Dec 21:16
remove bintray plugin, update dependencies and increment version

1.2

1.2

Choose a tag to compare

@robinfriedli robinfriedli released this 18 Dec 02:56
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