This website requires JavaScript.
Explore
Help
Sign In
ExternalVendorCode
/
corda
Watch
1
Star
0
Fork
0
You've already forked corda
mirror of
https://github.com/corda/corda.git
synced
2025-03-12 07:23:59 +00:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
corda
/
classpath
/
java
/
util
/
concurrent
History
Mike Jensen
99c59cfe94
Start for a basic atomic implementation for avian. Still need to figure out how to do the Array versions of these. But I wanted to wait till we have the needed Unsafe implementation and add testing for these before we go further.
2014-01-02 13:01:13 -07:00
..
atomic
Start for a basic atomic implementation for avian. Still need to figure out how to do the Array versions of these. But I wanted to wait till we have the needed Unsafe implementation and add testing for these before we go further.
2014-01-02 13:01:13 -07:00
Callable.java
update copyright years
2013-07-02 20:52:38 -06:00
CancellationException.java
Added the easy to add interfaces and implementations for java.util.concurrent to pave the way for future expansion of avians java.util.concurrent classpath implementation.
2013-12-23 14:19:41 -07:00
ConcurrentLinkedQueue.java
Added the easy to add interfaces and implementations for java.util.concurrent to pave the way for future expansion of avians java.util.concurrent classpath implementation.
2013-12-23 14:19:41 -07:00
Delayed.java
Added the easy to add interfaces and implementations for java.util.concurrent to pave the way for future expansion of avians java.util.concurrent classpath implementation.
2013-12-23 14:19:41 -07:00
ExecutionException.java
Added the easy to add interfaces and implementations for java.util.concurrent to pave the way for future expansion of avians java.util.concurrent classpath implementation.
2013-12-23 14:19:41 -07:00
Executor.java
Added the easy to add interfaces and implementations for java.util.concurrent to pave the way for future expansion of avians java.util.concurrent classpath implementation.
2013-12-23 14:19:41 -07:00
ExecutorService.java
Added the easy to add interfaces and implementations for java.util.concurrent to pave the way for future expansion of avians java.util.concurrent classpath implementation.
2013-12-23 14:19:41 -07:00
Future.java
Added the easy to add interfaces and implementations for java.util.concurrent to pave the way for future expansion of avians java.util.concurrent classpath implementation.
2013-12-23 14:19:41 -07:00
RejectedExecutionException.java
Added the easy to add interfaces and implementations for java.util.concurrent to pave the way for future expansion of avians java.util.concurrent classpath implementation.
2013-12-23 14:19:41 -07:00
ScheduledFuture.java
Added the easy to add interfaces and implementations for java.util.concurrent to pave the way for future expansion of avians java.util.concurrent classpath implementation.
2013-12-23 14:19:41 -07:00
TimeoutException.java
Added the easy to add interfaces and implementations for java.util.concurrent to pave the way for future expansion of avians java.util.concurrent classpath implementation.
2013-12-23 14:19:41 -07:00
TimeUnit.java
Fix for spelling error joel pointed out, as well as a simple unit test around the TimeUnit conversions
2013-12-24 11:30:50 -07:00