Skip to content

Commit

Permalink
add empty executionConfiguration:
Browse files Browse the repository at this point in the history
  • Loading branch information
syrel committed Mar 27, 2024
1 parent 91aab58 commit 775b21d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Futures/AsyncStreamTransitionBuffer.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ AsyncStreamTransitionBuffer >> executionConfiguration [
^ executionConfiguration
]

{ #category : #accessing }
AsyncStreamTransitionBuffer >> executionConfiguration: anObject [
"execution configuration is inherited from the previous buffer"
]

{ #category : #'api - loading' }
AsyncStreamTransitionBuffer >> fulfillPendingScanPromises [
"See #preloadUntilFoundSuchThat: for more information"
Expand Down

0 comments on commit 775b21d

Please sign in to comment.