Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BoltsFramework/Bolts-Java
/ types & classes
Types & classes
6 in github.com/BoltsFramework/Bolts-Java
⨍
Functions
63
◇
Types & classes
6
Class
AggregateException
Aggregates Exceptions that may be thrown in the process of a task's execution.
Bolts/src/bolts/AggregateException.java:17
Class
Capture
Provides a class that can be used for capturing variables in an anonymous class implementation. @param <T>
Bolts/src/bolts/Capture.java:17
Interface
Continuation
A function to be called after a task completes. @see Task
Bolts/src/bolts/Continuation.java:16
Class
Task
Represents the result of an asynchronous operation. @param <TResult> The type of the result of the task.
Bolts/src/bolts/Task.java:28
Class
TaskCompletionSource
Allows safe orchestration of a task's completion, preventing the consumer from prematurely completing the task. Essentially, it represents the produce
Bolts/src/bolts/Task.java:555
Class
TaskTest
BoltsTest/src/bolts/TaskTest.java:24