본문 바로가기 메뉴 바로가기

Studying programming

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Studying programming

검색하기 폼
  • Jimin's Programming (194)
    • Algorithms (54)
    • JavaScript (16)
    • Vue.js (3)
    • Node.js (3)
    • React.js (7)
    • React Native (0)
    • Spring Boot (13)
    • JAVA (58)
    • C++ (17)
    • Programming (19)
    • Computer basics (4)
  • 방명록

Single-thread (1)
Single-thread in JavaScript

Java Script is a single thread, not multi-thread. If there is another function in use, other functions should wait in Queue until it's done. Java and C# allow multi-thread. 자바스크립트는 single-thread 이므로 앞선 실행문이 call stack 에서 실행되는 동안 Queue(Java Script event 엔진이 주기적으로 할 일 확인하는 곳)에서 앞선 실행문이 끝나기를 기다린다. Example Code function first(){ setTimeout(function (){ console.log('start timer') }, 1500); // It's su..

JavaScript 2019. 9. 6. 06:44
이전 1 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • easy algorithm
  • 프로그래머스
  • java
  • hackerrank
  • 알고리즘
  • equals()
  • hackerrank javascript solution
  • C++
  • substring()
  • compareTo()
  • spring boot application
  • HackerRank Algorithm
  • Object type casting
  • Collection Framework
  • math.abs
  • repeat()
  • math.max
  • HashMap
  • code refactoring
  • ... in Javascript
  • string class in java
  • 프로그래머스 알고리즘
  • 프로그래머스 알고리즘문제
  • hackerrank javascript
  • algorithm
  • javascript
  • Javascript Algorithm
  • easy javascript algorithm
  • rest parameter
  • hackerrank solution
more
«   2025/06   »
일 월 화 수 목 금 토
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바