Skip to main content
future

future

4 7.2
A value that will become available later when a program finishes a task
  • noun
  • /ˈfjuːtʃər/
  • Specialized
translation icon : Future (objeto de programación)
  • The asynchronous job created a future that could be checked to see if it was complete.

Examples

  • When you call this function, it returns a future that gives you the result once it's done processing.

  • Never block a thread waiting on a Future 3.

    Blog text (11)
  • Consider the following example, which has three methods that call different datastores and each return a Future:

    Blog text (11)
  • It's sort of a promise for a future object that loads the NIB.

  • The Future API in Akka is very rich, but the key for us is its monadic nature.

    Blog text (11)
  • In programming, a future allows you to handle operations that will finish at a later time.

Compounds

4 2.6

A day or time set to happen later, often for a planned event

oil future
  • Specialized
4 6.6

An agreement to buy or sell oil at a set price for delivery later

future tense
  • Specialized
2 2.8

A verb form that shows an action will happen later

A story of imagined future events based on current trends

future perfect
  • Specialized
1 5.5

A verb form showing an action will be finished before a future time

soybean future
  • Specialized
1 7.4

An agreement to buy or sell soybeans later at a set price

future perfect tense
  • Specialized
5.1

A verb form that shows an action will finish before a future time

future progressive
  • Specialized
5.5

A verb tense that shows an action will be happening at a future time

6.2

A verb form showing an action that will be happening at a certain time in the future

petroleum future
  • Specialized
8.1

A contract to buy or sell oil at a set price on a later date

wheat future
  • Specialized
7.1

A contract to buy or sell wheat at a fixed price on a future date

Surface Forms

future singular
futures plural

Etymology

Future comes from the Latin futurus 'going to be' (from esse 'to be'). In computing, a future is a value that is not here yet but will 'be' available later, which fits the original idea of 'going to be'.